Return-Path: Delivered-To: apmail-synapse-dev-archive@www.apache.org Received: (qmail 68857 invoked from network); 27 Sep 2010 13:29:59 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 Sep 2010 13:29:59 -0000 Received: (qmail 99098 invoked by uid 500); 27 Sep 2010 13:29:58 -0000 Delivered-To: apmail-synapse-dev-archive@synapse.apache.org Received: (qmail 97785 invoked by uid 500); 27 Sep 2010 13:29:56 -0000 Mailing-List: contact dev-help@synapse.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@synapse.apache.org Delivered-To: mailing list dev@synapse.apache.org Received: (qmail 97433 invoked by uid 99); 27 Sep 2010 13:29:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Sep 2010 13:29:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Sep 2010 13:29:56 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8RDTYek002947 for ; Mon, 27 Sep 2010 13:29:35 GMT Message-ID: <10632249.420651285594174487.JavaMail.jira@thor> Date: Mon, 27 Sep 2010 09:29:34 -0400 (EDT) From: "Supun Kamburugamuva (JIRA)" To: dev@synapse.apache.org Subject: [jira] Resolved: (SYNAPSE-688) Bug in Extracting the Session Id in Session-affinity Load Balancing Implementation In-Reply-To: <22439213.342221285163794652.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SYNAPSE-688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Supun Kamburugamuva resolved SYNAPSE-688. ----------------------------------------- Resolution: Fixed Applied the patch. Thanks Sameera for the contribution. > Bug in Extracting the Session Id in Session-affinity Load Balancing Implementation > ---------------------------------------------------------------------------------- > > Key: SYNAPSE-688 > URL: https://issues.apache.org/jira/browse/SYNAPSE-688 > Project: Synapse > Issue Type: Bug > Affects Versions: 2.0 > Reporter: Sameera Jayasoma > Assignee: Supun Kamburugamuva > Fix For: 2.0 > > Attachments: patch-new.txt, patch.txt > > > The existing implementation has assumed that the client will always send the session ID in the following format. > Cookie: JSESSIONID=EE9B8ABD53334879433293430866EF0C > But in certain situations (e.g. When browsers initiate requests), you may get additional name-value pairs in the Cookie header, as illustrated in the following example. > Cookie: JSESSIONID=EE9B8ABD53334879433293430866EF0C; region1_configure_menu=; region3_registry_menu=none; region4_monitor_menu=; > We need to fix this issues in Synapse. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org For additional commands, e-mail: dev-help@synapse.apache.org