Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
1.2.8
-
None
-
Operating System: All
Platform: PC
-
37995
Description
Steps:
1. Select the WAR struts-example.war in the binary distribution of struts 1.2.8
2. Modify the page Upload.jsp in the following way: Add a 20 kB of static HTML
after the form.
3. Deploy
Observation:
- A file upload with a filesize < Max Filesize completes correctly.
- A file upload with a filesize > Max Filesize does not complete. The
application hangs and the error message will not be displayed.
This behavior has been tested on Tomcat / PC, Weblogic 8.1 / Sun, Weblogic 8.1 / PC