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=8992>. 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=8992 IE6/XP: Limitation of POST Area within HTTP request? ------- Additional Comments From [EMAIL PROTECTED] 2002-05-30 18:55 ------- Some additional information regarding this defect: (1) The SocketException that was not caught, can be reproduced on a Win 2000 machine running IE5.5. (2) If a proxy is created (I wrote mine in 'C' to rule out the JVM as a potential problem area) that merely recieves the information from the browser and sends it to Tomcat, then this problem disappears. (3) Also, if you modify the OutputBuffer class in the realWriteBytes method, to include a Thread.sleep(2000), then the problem goes away (please note that you must catch an InterruptedException and that the sleep value may need to be adjusted to prevent the problem). [Note: You will need to patch tomcat_core.jar for this solution to work.] Similarly, if you log the byte array (once you translate it to a StringBuffer) that represents the response (which will dump the raw HTML to the screen), then the problem will no longer occur). -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>