You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Amichai Rothman (JIRA)" <ji...@apache.org> on 2006/05/19 14:32:29 UTC

[jira] Created: (FILEUPLOAD-111) Folded HTTP headers are not properly handled

Folded HTTP headers are not properly handled
--------------------------------------------

         Key: FILEUPLOAD-111
         URL: http://issues.apache.org/jira/browse/FILEUPLOAD-111
     Project: Commons FileUpload
        Type: Bug

    Versions: 1.1 Final    
    Reporter: Amichai Rothman
    Priority: Minor


The RFC regarding HTTP headers allows for header folding, i.e. breaking a long header into several lines. This is not currently supported by FileUpload, which may cause some header parameters (such as filename) to be lost during header parsing.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Updated: (FILEUPLOAD-111) Folded HTTP headers are not properly handled

Posted by "Amichai Rothman (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/FILEUPLOAD-111?page=all ]

Amichai Rothman updated FILEUPLOAD-111:
---------------------------------------

    Attachment: commons-fileupload-1.1-bug-111.patch

The fix includes proper header handling (includes the patch from bug 108), as well as a test for folded headers.

> Folded HTTP headers are not properly handled
> --------------------------------------------
>
>          Key: FILEUPLOAD-111
>          URL: http://issues.apache.org/jira/browse/FILEUPLOAD-111
>      Project: Commons FileUpload
>         Type: Bug

>     Versions: 1.1 Final
>     Reporter: Amichai Rothman
>     Priority: Minor
>  Attachments: commons-fileupload-1.1-bug-111.patch
>
> The RFC regarding HTTP headers allows for header folding, i.e. breaking a long header into several lines. This is not currently supported by FileUpload, which may cause some header parameters (such as filename) to be lost during header parsing.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org