Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 35050 invoked from network); 9 Jun 2003 18:14:26 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 9 Jun 2003 18:14:26 -0000 Received: (qmail 12122 invoked by uid 97); 9 Jun 2003 18:16:44 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@nagoya.betaversion.org Received: (qmail 12115 invoked from network); 9 Jun 2003 18:16:43 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 9 Jun 2003 18:16:43 -0000 Received: (qmail 34220 invoked by uid 500); 9 Jun 2003 18:14:16 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 34207 invoked from network); 9 Jun 2003 18:14:16 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 9 Jun 2003 18:14:16 -0000 Received: (qmail 12110 invoked by uid 50); 9 Jun 2003 18:16:34 -0000 Date: 9 Jun 2003 18:16:34 -0000 Message-ID: <20030609181634.12109.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: tomcat-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 20376] - Internet Explorer 6.0 Duplicate Requests IE PLEASE HELP X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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 sgabriel@brainfuse.com 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 Object moved

Object Moved

This object may be found here. 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: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org