You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2003/09/16 14:39:48 UTC

DO NOT REPLY [Bug 21269] - FileUploadBase does not handle quoted boundary specification, which is required by RFC 1521

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21269

FileUploadBase does not handle quoted boundary specification, which is required by RFC 1521

kreiger@imcode.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|FileUploadBase does not     |FileUploadBase does not
                   |handle quoted boundary      |handle quoted boundary
                   |specification, which is     |specification, which is
                   |required by RFC 1521        |required by RFC 1521



------- Additional Comments From kreiger@imcode.com  2003-09-16 12:39 -------
I suggest using the ParameterParser checked in by Oleg Kalnichevski in bug 20813
to parse the boundary-parameter of the content-type-header.