DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21263>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21263 browser frozen on file upload when displaying errors using a large JSP Summary: browser frozen on file upload when displaying errors using a large JSP Product: Struts Version: Nightly Build Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Minor Priority: Other Component: File Upload AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Here is how to get the bug : Use 1.1 final struts-upload.war open upload.jsp and add this few lines : <% for (int i=0; i < 1000; i++) { %> <pre>Just a text line to make the HTML page bigger</pre> <% } %> try to upload a >2M file. The browser wait for a long (very long) time and finally dispays the error page. Whithout file size limit the upload takes only few seconds. This has been tested on Windows 2000 / tomcat 4.1.24 / Struts 1.1 final Please notice they're is no "1.1 final" entry in verion select list on bugzilla, so I set it to "nightly" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]