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

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WORKSFORME                  |



------- Additional Comments From [EMAIL PROTECTED]  2003-12-30 07:52 -------
The problem isn't the size of the file to upload but the size of the HTML page 
that the JSP builds when a validator error occurs (max upload size in my 
example).

I tested it with final Struts 1.1 binary dist on serveral containers (tomcat, 
weblogic / windows, solaris) with same behaviour.

Did you try the modified upload.jsp (struts-upload.war) I suggested ?

When I just add 
"
<% for (int i=0; i < 1000; i++) { %>
    <pre>Just a text line to make the HTML page bigger</pre>
<% } %>
"

I get "browser freeze" before error page is shown.

Without this scriplet, all works fine with any uploaded files.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to