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=20376>.
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=20376
Internet Explorer 6.0 Duplicate Requests IE PLEASE HELP
------- Additional Comments From mvdijken@madocke.nl 2003-06-03 07:09 -------
Strange indeed, have you tried doing an HTTP GET manually using telnet? The only
thing I can think of, is that somehow IE must be convinced that the HTTP
connection wasn't established correctly. Try the following:
telnet [servername] 80\n
GET /[something.jsp] HTTP/1.1\n
Host: [servername]\n
\n
\n
Now compare the results from your ASP pages and your JSP pages. If there's a
significant difference please post it back.
Another thing to try is to have tomcat run standalone as well on port 8080 and
check whether the problem persists (probably not, but at least that places the
problem with the coupling between Tomcat and IIS)
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
|