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

Martin Todorov edited comment on FILEUPLOAD-265 at 11/24/18 9:08 PM:
---------------------------------------------------------------------

[~garydgregory],

Well, we have it consistently reproducible in Docker, via `docker-compose`. 
Would you like to maybe have a look?

 


was (Author: carlspring):
[~garydgregory],

Well we have it consistently reproducible in Docker, via `docker-compose`. 
Would you like to maybe have a look?

 

> .MultipartStream$MalformedStreamException: Stream ended unexpectedly
> --------------------------------------------------------------------
>
>                 Key: FILEUPLOAD-265
>                 URL: https://issues.apache.org/jira/browse/FILEUPLOAD-265
>             Project: Commons FileUpload
>          Issue Type: Bug
>    Affects Versions: 1.3.1
>         Environment: httpclient
>            Reporter: zhumingu
>            Priority: Major
>              Labels: Stream, ended, unexpectedly
>
> When uploading files using the browser,it does not happen.But when submission 
> using tools with 'multipart/form-data',for example httpclient,advanced rest 
> client and so on,
> Only submit a text field, file field is empty, it will report the following 
> exception:
> org.apache.commons.fileupload.MultipartStream$MalformedStreamException: 
> Stream ended unexpectedly
>       at 
> org.apache.commons.fileupload.MultipartStream.readHeaders(MultipartStream.java:540)
>       at 
> org.apache.commons.fileupload.FileUploadBase$FileItemIteratorImpl.findNextItem(FileUploadBase.java:1038)
>       at 
> org.apache.commons.fileupload.FileUploadBase$FileItemIteratorImpl.<init>(FileUploadBase.java:1003)
>       at 
> org.apache.commons.fileupload.FileUploadBase.getItemIterator(FileUploadBase.java:310)
>       at 
> org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:334)
>       at 
> org.apache.commons.fileupload.servlet.ServletFileUpload.parseRequest(ServletFileUpload.java:115)
>       
> A simple analysis that, when using the browser, file is not selected, the 
> default browser will join the empty data file-part.
> But the use of tools such as httpclient, when the file is empty, it do not 
> contain the documents data.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to