https://bz.apache.org/bugzilla/show_bug.cgi?id=64762

--- Comment #4 from Christopher Schultz <ch...@christopherschultz.net> ---
(In reply to Ralf Hauser from comment #3)
> No, we are not using "Tomcat-provided Servlet-3.0 file-upload" but
> commons-fileupload-1.4.jar with launched by some legacy struts

Okay, so Struts is handling the file-upload. I suspected as much because of the
use of commons-chain.

Is your code being used *at all* in this interaction, or is Struts handling the
file upload completely by itself.

> "asynchronous" may be confusing - it is blocking, but after one thinks it is
> done, more appears in the inputstream

It would be strange for an InputStream to return -1 from a read and then later
allow more reading. Is that really what you are observing?

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to