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 [EMAIL PROTECTED] 2003-06-10 10:26 ------- A few things: - There IS a response code sent with ISAPI. This would cause trouble, but doesn't since it is there. (The standard OK is an arbitrary string and not required) - The Content length is REQUIRED by the HTTP/1.1 spec. There's a high likeness this would cause trouble with some browsers. - The Connection keep-alive missing header only signifies that the browser will have to make a new connection for every resource. That's no problem. - The charset is allowed but not required for as far as I know. I've tried my own install of tomcat for some resources standalone and all headers are nicely sent back. However this is with Tomcat 4.1.18 not like your 4.1.24. I don't have the time to upgrade my system and the problem doesn't exist with Tomcat standalone, so I'll skip that. I think a Tomcat expert will need to examine this info to see if the problem with the missing content-length always occurs with the ISAPI plugin and if this is the source of the problem. I am not that expert, I only know a little about the HTTP spec and browser/server traffic. Turning this over to anyone who'll take it... --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]