DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=31932>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31932

Requires field name of a part to be a quoted string - goes against HTTP specification

           Summary: Requires field name of a part to be a quoted string -
                    goes against HTTP specification
           Product: Commons
           Version: 1.0 Final
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: File Upload
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


The FileUpload library requires that the field name from the Content-
Disposition header be a quoted string.  E.g.

Content-Disposition: form-data; name="my_message"

The HTTP specification states that quoted strings are only required in this 
field when certain special characters appear in the string.  

This causes the parsing of requests from any clients that don't quote these 
name fields to not work - the FileUpload library says that it can't find any 
file items in the request, and the message cannot be dealt with.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to