Re: Possibility of Making JSESSIONID Configurable

2008-09-25 Thread Dan Bush
So how does this work? Will you make the recommended modifications to your patch and then it will be applied to the 6.x code base? On Thu, Sep 25, 2008 at 5:00 AM, jean-frederic clere <[EMAIL PROTECTED]>wrote: > Remy Maucherat wrote: > >> On Wed, 2008-09-24 at 16:23 +0100, Mark Thomas wrote: >> >

Re: Possibility of Making JSESSIONID Configurable

2008-09-25 Thread Remy Maucherat
On Thu, 2008-09-25 at 11:00 +0200, jean-frederic clere wrote: > Against trunk: http://people.apache.org/~jfclere/patches/jsessionid.patch. Couple glitches: - there's a toLowerCase in jasper.constants, for some reason - debug log in the endpoint ;) Rémy -

Re: Possibility of Making JSESSIONID Configurable

2008-09-25 Thread Peter Rossbach
Works for me! +1 (Comment: Remove the JIoEndpoint log fix from JSESSIONID patch :-)) Thanks peter Am 25.09.2008 um 11:00 schrieb jean-frederic clere: Remy Maucherat wrote: On Wed, 2008-09-24 at 16:23 +0100, Mark Thomas wrote: The draft is here: http://jcp.org/en/jsr/detail?id=315 I thou

Re: Possibility of Making JSESSIONID Configurable

2008-09-25 Thread jean-frederic clere
Remy Maucherat wrote: On Wed, 2008-09-24 at 16:23 +0100, Mark Thomas wrote: 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 was not aware of that file for whatever reason. I now remember the language that was discussed, and I reme

Re: Possibility of Making JSESSIONID Configurable

2008-09-25 Thread Peter Rossbach
HI I see some impacts at cluster and SSO code with a per context configuration. But a option at global or engine level is easy to implement. Regards Peter Am 24.09.2008 um 17:36 schrieb Remy Maucherat: On Wed, 2008-09-24 at 16:23 +0100, Mark Thomas wrote: The draft is here: http://jcp.o

Re: Possibility of Making JSESSIONID Configurable

2008-09-24 Thread Filip Hanik - Dev Lists
Mark Thomas wrote: Dan Bush wrote: I have the need to change the name of the session cookie to something other than JSESSIONID. With some other containers like Weblogic it can be adjusted via the provider descriptor (weblogic.xml) [http://e-docs.bea.com/wls/docs100/webapp/weblogic_xml.html#wp

Re: Possibility of Making JSESSIONID Configurable

2008-09-24 Thread Rainer Jung
Remy Maucherat schrieb: > On Wed, 2008-09-24 at 16:23 +0100, Mark Thomas wrote: >> 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 was not aware of that file for whatever reason. I now remember the > language that was disc

Re: Possibility of Making JSESSIONID Configurable

2008-09-24 Thread Remy Maucherat
On Wed, 2008-09-24 at 16:23 +0100, Mark Thomas wrote: > 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 was not aware of that file for whatever reason. I now remember the language that was discussed, and I remember being in favo

Re: Possibility of Making JSESSIONID Configurable

2008-09-24 Thread Mark Thomas
Dan Bush wrote: > It's kind of hard to fight the specification in the long run. I would > think the language would need to be loosened up from MUST. The > specification could suggest the use JSESSIONID by default, which would > be supported by Tomcat; yet still allow it to be configurable. This is

Re: Possibility of Making JSESSIONID Configurable

2008-09-24 Thread Mark Thomas
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 >

Re: Possibility of Making JSESSIONID Configurable

2008-09-24 Thread Dan Bush
It's kind of hard to fight the specification in the long run. I would think the language would need to be loosened up from MUST. The specification could suggest the use JSESSIONID by default, which would be supported by Tomcat; yet still allow it to be configurable. Not sure I understand why it wou

Re: Possibility of Making JSESSIONID Configurable

2008-09-24 Thread Remy Maucherat
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 s

Re: Possibility of Making JSESSIONID Configurable

2008-09-24 Thread Mark Thomas
Remy Maucherat wrote: > On Wed, 2008-09-24 at 14:52 +0100, Mark Thomas wrote: >> The 3.0 servlet spec mentions this (ie Tomcat 7) but there is nothing to >> stop this being added to 6.0.x > > I am not aware of such a proposal in Servlet 3.0 (session cookie > configuration and tracking coinfig, but

Re: Possibility of Making JSESSIONID Configurable

2008-09-24 Thread Remy Maucherat
On Wed, 2008-09-24 at 14:52 +0100, Mark Thomas wrote: > The 3.0 servlet spec mentions this (ie Tomcat 7) but there is nothing to > stop this being added to 6.0.x I am not aware of such a proposal in Servlet 3.0 (session cookie configuration and tracking coinfig, but no config for the cookie name o

Re: Possibility of Making JSESSIONID Configurable

2008-09-24 Thread Mladen Turk
Dan Bush wrote: I don't think this would impact mod_jk because I believe that is configurable via a directive. Not jet. However the next version we are going to release (1.2.27) will have that feature. Think your question was raised few times, but the answer was always -1, cause per servlet s

Re: Possibility of Making JSESSIONID Configurable

2008-09-24 Thread Mark Thomas
Dan Bush wrote: > I have the need to change the name of the session cookie to something > other than JSESSIONID. With some other containers like Weblogic it can > be adjusted via the provider descriptor (weblogic.xml) > [http://e-docs.bea.com/wls/docs100/webapp/weblogic_xml.html#wp1071982]. > Tomca