Peter Rossbach wrote:
Oops...

But currently the SSO not work and also we must revert the patch at DeltaSession.

Other idea is we  can move expiring flag after removeAttribuiteInternal()

StandardSession
-- expire(boolean)

           // Unbind any objects associated with this session
            String keys[] = keys();
            for (int i = 0; i < keys.length; i++)
                removeAttributeInternal(keys[i], notify, false);

            // We have completed expire of this session
            expiring = false;

It's also non spec compliant.

Sorry, but some people ask me that SSO not work anymore.

Is it a regression ? I think it would be good to fix it, but using this method will not work.

Rémy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to