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-09 18:16 -------
I followed what you have requested and here is the difference between the two 
For IIS alone 
GET /admin/account.asp
HTTP/1.1 302 Object moved
Server: Microsoft-IIS/5.0
Date: Mon, 09 Jun 2003 18:07:44 GMT
Location: ../index.shtml
Connection: Keep-Alive
Content-Length: 135
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQQGGQLVQ=NPMOPHDBBEPJAHDCPICDGOBA; path=/
Cache-control: private

<head><title>Object moved</title></head>
                                        <body><h1>Object Moved</h1>This object 
may be found <a HREF="../index.shtml">here</a>.</body>

And for IIS with Tomcat it is 
GET /jsp/calendar/calendar.jsp
HTTP/1.1 302
Server: Microsoft-IIS/5.0
Date: Mon, 09 Jun 2003 18:06:56 GMT
Set-Cookie: JSESSIONID=BC7C3F989CA9E8447B631260657A5304; Path=/jsp
Location: http://www.brainfuse.com
Content-Type: text/html;charset=ISO-8859-1
Content-Length: 0

One of the few things to notice is :
1. There is response message after the response code from IIS with Tomcat
2. There is no Connection:Keep Alive flag 
3. the cookie is pointing to /jsp not to /
Aparently this problem has been eliminated after I installed the latest IE 
cummulative patches from microsoft. But the problem is what about all these 
other clients that are having Win XP and IE 6.0 that DONOT upgrade.

Let me know what you guys think?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to