You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/06/05 23:08:46 UTC

DO NOT REPLY [Bug 8992] - IE6/XP: Limitation of POST Area within HTTP request?

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 william.barker@wilshire.com  2002-06-05 21:08 -------
Using Coyote from CVS HEAD works fine (unfortunately, the TC33 Coyote broke 
between B9 and RC2 :(, but B9 should be ok as well).

It looks like this is a known problem with Http10Interceptor and Windows XP.  
The work-around is to set:
socketCloseDelay="250"
			   
on the Http10Interceptor element in server.xml.  This gives XP time to finish 
I/O on the socket before it is closed.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>