You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wink.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2009/12/03 09:44:20 UTC

[jira] Commented: (WINK-230) NullPointerException occures when Content type in MultiPart isn't sent

    [ https://issues.apache.org/jira/browse/WINK-230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12785229#action_12785229 ] 

Hudson commented on WINK-230:
-----------------------------

Integrated in Wink-Trunk-JDK1.5 #242 (See [http://hudson.zones.apache.org/hudson/job/Wink-Trunk-JDK1.5/242/])
    Fix issue  "NullPointerException occurs when Content type in MultiPart isn't sent"


> NullPointerException occures when Content type in MultiPart isn't sent
> ----------------------------------------------------------------------
>
>                 Key: WINK-230
>                 URL: https://issues.apache.org/jira/browse/WINK-230
>             Project: Wink
>          Issue Type: Bug
>            Reporter: anna burd
>            Assignee: Eli Baram
>            Priority: Critical
>             Fix For: 1.1
>
>
> As written here:
> http://www.rfc-editor.org/rfc/rfc2388.txt 
> Content type in MultiPart should be optional with default "text/plain" :
> "   As with all multipart MIME types, each part has an optional
>    "Content-Type", which defaults to text/plain.  If the contents of a
>    file are returned via filling out a form, then the file input is
>    identified as the appropriate media type, if known, or
>    "application/octet-stream".  If multiple files are to be returned as
>    the result of a single form entry, they should be represented as a
>    "multipart/mixed" part embedded within the "multipart/form-data".

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.