You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Jochen Wiedmann (JIRA)" <ji...@apache.org> on 2016/06/05 13:55:59 UTC

[jira] [Commented] (FILEUPLOAD-274) File Upload fails to recognize RFC 5987-compliant filename

    [ https://issues.apache.org/jira/browse/FILEUPLOAD-274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15315886#comment-15315886 ] 

Jochen Wiedmann commented on FILEUPLOAD-274:
--------------------------------------------

Let me summarize this in a few words: If the filename has the prefix =ENC' (with ENC being some character set like UTF-8), then the rest of the filename ought to be decoded using
URLDecoder,decode(filename, "ENC").

Is that it, or is there more to it?



> File Upload fails to recognize RFC 5987-compliant filename
> ----------------------------------------------------------
>
>                 Key: FILEUPLOAD-274
>                 URL: https://issues.apache.org/jira/browse/FILEUPLOAD-274
>             Project: Commons FileUpload
>          Issue Type: Bug
>    Affects Versions: 1.3.2
>            Reporter: Vsevolod Poletaev
>
> I think there is incorrect behaviour in getFileName() method of FileUploadBase class, as it ignores RFC-5987-compliant filename* parameter, and then findNextItem() method incorrectly treats this part of request as form filed. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)