[
https://issues.apache.org/jira/browse/FILEUPLOAD-287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17337496#comment-17337496
]
Arturo Bernal commented on FILEUPLOAD-287:
------------------------------------------
HI [~joesephz]
Could you please provide a unit test where is reproduced in order to to
analyze it?
TY
> Multipart/mixed parts not handled correctly
> -------------------------------------------
>
> Key: FILEUPLOAD-287
> URL: https://issues.apache.org/jira/browse/FILEUPLOAD-287
> Project: Commons FileUpload
> Issue Type: Bug
> Affects Versions: 1.3.3
> Reporter: Etienne Dethoor
> Priority: Critical
>
> If i submit a request with global header
> {{Content-Type="multipart/mixed;boundary="uuid:5985c43c-16a5-483a-88ff-64602f2a2f3f";charset=UTF-8"}}
> data to a servlet with :
> {code:xml}
> --uuid:5985c43c-16a5-483a-88ff-64602f2a2f3f
> Content-Type: text/plain
> Content-Transfer-Encoding: binary
> Content-ID: myFile
> My_Content_Here
> --uuid:5985c43c-16a5-483a-88ff-64602f2a2f3f
> Content-Type: application/xml
> Content-Transfer-Encoding: binary
> Content-ID: myOtherFileHere
> M_Other_Content_Here
> {code}
> The differents parts are not recognized because of
> {{FileUploadBase.getFieldName()}} method who want a {{Content-Disposition}}
> header for each part of the request.
> The [rfc|https://tools.ietf.org/html/rfc7578#section-4.2] specified that this
> header is mandatory for the {{multipart/form-data}} content-type.
> For the {{multipart/mixed}}, if i well understand, the rfc doesn't say this
> header is mandatory for each parts of the request.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)