Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 94564 invoked from network); 24 Sep 2008 15:24:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Sep 2008 15:24:32 -0000 Received: (qmail 99677 invoked by uid 500); 24 Sep 2008 15:24:27 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 99347 invoked by uid 500); 24 Sep 2008 15:24:26 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 99336 invoked by uid 99); 24 Sep 2008 15:24:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Sep 2008 08:24:26 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [193.252.22.128] (HELO smtp5.freeserve.com) (193.252.22.128) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Sep 2008 15:23:23 +0000 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf3407.me.freeserve.com (SMTP Server) with ESMTP id 2AC031C00088 for ; Wed, 24 Sep 2008 17:23:55 +0200 (CEST) Received: from smtp.homeinbox.net (unknown [91.109.147.51]) by mwinf3407.me.freeserve.com (SMTP Server) with ESMTP id 131B61C00087 for ; Wed, 24 Sep 2008 17:23:55 +0200 (CEST) X-ME-UUID: 20080924152355783.131B61C00087@mwinf3407.me.freeserve.com Received: from localhost (localhost [127.0.0.1]) by smtp.homeinbox.net (Postfix) with ESMTP id 088ED1A4491 for ; Wed, 24 Sep 2008 16:23:58 +0100 (BST) X-Virus-Scanned: Debian amavisd-new at homeinbox.net Received: from smtp.homeinbox.net ([127.0.0.1]) by localhost (server01.dev.local [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dlRMkcjTbGNi for ; Wed, 24 Sep 2008 16:23:52 +0100 (BST) Received: from [192.168.0.4] (study01.dev.local [192.168.0.4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.homeinbox.net (Postfix) with ESMTPSA id D5EEA1A4380 for ; Wed, 24 Sep 2008 16:23:52 +0100 (BST) Message-ID: <48DA5B84.8020808@apache.org> Date: Wed, 24 Sep 2008 16:23:48 +0100 From: Mark Thomas User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Tomcat Developers List Subject: Re: Possibility of Making JSESSIONID Configurable References: <8f299dd60809240639i1f978213s25b9b49ee2f9ce0c@mail.gmail.com> <48DA463A.3090201@apache.org> <1222265645.3273.6.camel@localhost.localdomain> <48DA5466.2090706@apache.org> <1222268515.3273.10.camel@localhost.localdomain> In-Reply-To: <1222268515.3273.10.camel@localhost.localdomain> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Remy Maucherat wrote: > On Wed, 2008-09-24 at 15:53 +0100, Mark Thomas wrote: >> It is in section 7.1.1 of the 3.0 early draft. It only applies to the >> cookie name. Making the url parameter configurable would be non-spec >> complaint but I don't see a good reason not to allow it if users have a >> requirement for it. > > For starters, I am not aware of such a draft document :( The draft is here: http://jcp.org/en/jsr/detail?id=315 I though you were on the Servlet EG or am I mistaken? > I think per context would be a big problem for proxies, so I am against > it. There's no need for a patch to state that, I think. Certainly, if they were looking at the cookie to manage load-balancing or similar then different values per context would make that configuration more complex than it needs to be. I would expect the few users that used this to set it on the default Manager but I don't see the harm in having the option to do it per context (with suitable warnings in the docs about proxies). Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org