Thursday, January 06, 2005
Internet Explorer Bug during HTTP POST requests
IBM - Zero content-length POST body is occasionally sent by Internet Explorer 6 clients after installing Microsoft� security update MS04-004 or the 821814 Hotfix.
The same problem occured during sending a post submit on an ordinary http page without ssl. This happend in a Java servlet/JSP environment and could be reproduced especially after a GET Request to a servlet which sends a redirect.
The same problem occured during sending a post submit on an ordinary http page without ssl. This happend in a Java servlet/JSP environment and could be reproduced especially after a GET Request to a servlet which sends a redirect.
Comments:
<< Home
Socket Resets can be monitored by using the TCPMON of the Apache Axis project (on the console you see the error messages).
In this way you can check your webapplications, if they produce the describe problem for the internet explorer.
25.01.2005 10:07:43,66 # java -classpath axis.jar org.apache.axis.utils.tcpmon
java.net.SocketException: Connection reset by peer: socket write error
at java.net.SocketOutputStream.socketWrite0(Native Method)
at java.net.SocketOutputStream.socketWrite(Unknown Source)
at java.net.SocketOutputStream.write(Unknown Source)
at org.apache.axis.utils.tcpmon$SocketRR.run(tcpmon.java:723)
java.net.SocketException: Connection reset by peer: socket write error
at java.net.SocketOutputStream.socketWrite0(Native Method)
at java.net.SocketOutputStream.socketWrite(Unknown Source)
at java.net.SocketOutputStream.write(Unknown Source)
at org.apache.axis.utils.tcpmon$SocketRR.run(tcpmon.java:723)
Post a Comment
In this way you can check your webapplications, if they produce the describe problem for the internet explorer.
25.01.2005 10:07:43,66 # java -classpath axis.jar org.apache.axis.utils.tcpmon
java.net.SocketException: Connection reset by peer: socket write error
at java.net.SocketOutputStream.socketWrite0(Native Method)
at java.net.SocketOutputStream.socketWrite(Unknown Source)
at java.net.SocketOutputStream.write(Unknown Source)
at org.apache.axis.utils.tcpmon$SocketRR.run(tcpmon.java:723)
java.net.SocketException: Connection reset by peer: socket write error
at java.net.SocketOutputStream.socketWrite0(Native Method)
at java.net.SocketOutputStream.socketWrite(Unknown Source)
at java.net.SocketOutputStream.write(Unknown Source)
at org.apache.axis.utils.tcpmon$SocketRR.run(tcpmon.java:723)
<< Home