https://bz.apache.org/bugzilla/show_bug.cgi?id=57617
Bug ID: 57617
Summary: File upload error reporting behaviour changed
Product: Tomcat 7
Version: unspecified
Hardware: All
Status: NEW
Severity: normal
Priority: P2
Component: Connectors
Assignee: [email protected]
Reporter: [email protected]
Created attachment 32505
--> https://bz.apache.org/bugzilla/attachment.cgi?id=32505&action=edit
html page
Hi,
We recently upgraded to 7.0.59 and have noticed that our file upload error
reporting does not work any more. Our application usually uses ajax requests
and various frameworks to handle this but we are able to reproduce this with
the very basic attached example.
Expected behaviour:
When uploading a file that exceeds the specified limit, an error should be
reported to the client.
Observed behaviour:
The error is not returned to the client who instead encounters a "The
connection was reset" error.
The above behaviour is observed when connecting to the http connector (see
attached server.xml)
If we however connect to tomcat using mod_proxy_ajp we observe the expected
behaviour (the client receives an error message).
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]