Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 26135 invoked from network); 20 Apr 2005 18:30:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Apr 2005 18:30:34 -0000 Received: (qmail 11384 invoked by uid 500); 20 Apr 2005 18:30:37 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 11337 invoked by uid 500); 20 Apr 2005 18:30:36 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 11320 invoked by uid 99); 20 Apr 2005 18:30:36 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 20 Apr 2005 11:30:36 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id C3F7B2DE for ; Wed, 20 Apr 2005 20:30:26 +0200 (CEST) Message-ID: <1872477372.1114021826549.JavaMail.jira@ajax.apache.org> Date: Wed, 20 Apr 2005 20:30:26 +0200 (CEST) From: "Davanum Srinivas (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Commented: (AXIS-895) Axis doesn't maintain more than one cookie with http Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/AXIS-895?page=comments#action_63307 ] Davanum Srinivas commented on AXIS-895: --------------------------------------- Mike, was reviewing the code, note that this patch fails if the Set-Cookie has Port="80,8000" -- dims > Axis doesn't maintain more than one cookie with http > ---------------------------------------------------- > > Key: AXIS-895 > URL: http://issues.apache.org/jira/browse/AXIS-895 > Project: Axis > Type: Bug > Components: Basic Architecture > Versions: 1.0-rc2 > Environment: Operating System: Windows NT/2K > Platform: PC > Reporter: Daniel Desmeules > Assignee: Axis Developers Mailing List > Attachments: CommonsHTTPSender.java.from1_2-RC3.patch, CommonsHTTPSender.java.patch, HTTPSender.java.patch > > I started testing out deployment with a load balancer (F5) which adds its own > cookie to the http requests. There is also the tomcat cookie (JSESSIONID) added > by the server. When I send the next request from the axis client, only the last > cookie is sent. > Output from tcpmon: > Response from first request: > HTTP/1.1 200 OK > Set-Cookie: BIGipServerEngCTI=2365653770.49695.0000; expires=Tue, 27-May-2003 > 17:54:17 GMT; path=/ > Set-Cookie: JSESSIONID=ZL9dl3tfxkRAzPtdfEVJlQ**.tomcat1; Path=/axis > Content-Type: text/xml; charset=utf-8 > Date: Tue, 27 May 2003 17:14:17 GMT > Server: Apache Coyote/1.0 > Connection: close > > xmlns:xsd="http://www.w3.org/2001/XMLSchema" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> > > soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" > xmlns:ns1="urn:NuanceCTI"/> > > > Next client request with maintainSession set to true: > POST /axis/services/NuanceCTI HTTP/1.0 > Content-Type: text/xml; charset=utf-8 > Accept: application/soap+xml, application/dime, multipart/related, text/* > User-Agent: Axis/1.1 > Host: 10.3.0.22 > Cache-Control: no-cache > Pragma: no-cache > SOAPAction: "" > Content-Length: 1515 > Cookie: JSESSIONID=ZL9dl3tfxkRAzPtdfEVJlQ**.tomcat1 > .... > I will try to fix it here since I need it to work soon and send the fix back > (If I find how to do that) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira