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 ------- Additional Comments From [EMAIL PROTECTED] 2003-12-30 15:44 ------- This only happens with file upload. I got this problem when using tiles to build a "heavy decorated" html for my app. When searching the cause of this bug I change the JSP to be more simple, and discovered this behaviour changes when generated HTML is smaller. The scriptlet I added to upload.jsp, adds just 5 lines in generated java : for (int i=0; i < 1000; i++) { out.write("\r\n "); out.write("<pre>Just a text line to make the HTML page bigger"); out.write("</pre>\r\n"); } So I don't think the problem comes from jsp compiler bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]