jsr340-experts@servlet-spec.java.net

[jsr340-experts] Re: SERVLET_SPEC-13: Make session fixation protection part of the spec

From: Shing Wai Chan <shing.wai.chan_at_oracle.com>
Date: Wed, 25 Jan 2012 10:57:01 -0800

On 1/25/12 4:39 AM, Mark Thomas wrote:
> On 25/01/2012 02:43, Alex Rojkov wrote:
>> I don't think it should be default behaviour because it definitely breaks the session id contracts
>> established by previous versions of the spec.
> Whether or not the session id is changed on authentication should be up
> to the container. My own view is that they should but I only get a vote
> on what Tomcat does. The specification should not mandate either doing
> this or not doing this.
GlassFish also changes session id on authentication.
I agree that the spec should not mandate the behavior.

Shing Wai Chan
>
>> So adding the method onto an HttpSessionListener is fine and no need to create an extra class.
> I'm happy with doing this and letting the containers make the decision
> re backwards compatibility. I'd also be happy with a new interface.
>
> Mark