Back to bug 1027272

Who When What Removed Added
Ingo Weiss 2013-11-07 09:27:40 UTC CC iweiss
Jozef Hartinger 2013-11-12 09:51:35 UTC CC jharting
Component CDI/Weld Web
Assignee sdouglas rmaucher
Tomas Remes 2013-12-10 08:05:08 UTC CC tremes
Rémy Maucherat 2014-01-14 10:07:10 UTC Status NEW ASSIGNED
Brian Stansberry 2014-05-12 19:19:23 UTC Status ASSIGNED MODIFIED
Target Release --- EAP 6.3.0
CC brian.stansberry
Target Milestone --- ER5
Ingo Weiss 2014-05-27 09:12:27 UTC Blocks 1101472
Ingo Weiss 2014-05-27 09:16:18 UTC Link ID JBoss Issue Tracker WELD-1544
Aaron Ogburn 2014-05-27 14:47:36 UTC CC aogburn
Brad Maxwell 2014-06-05 22:18:57 UTC CC bmaxwell
Summary ContextNotActiveException thrown on session invalidation when using clustered SSO [GSS] (6.3.0) ContextNotActiveException thrown on session invalidation when using clustered SSO
Aaron Ogburn 2014-06-20 03:01:03 UTC Doc Text Cause:

The SSO valves didn't set the context when expiring sessions associated with SSO.

Consequence:

ClusteredSingleSignOn would call WeldListener.sessionDestroyed(event) after the session has been destroyed, resulting in a ContextNotActiveException upon session invalidation.

Fix:

The SSO valves now set the context when expiring sessions associated with SSO.

Result:

The ContextNotActiveException is avoided upon session invalidation.
Scott Mumford 2014-06-30 03:29:14 UTC CC smumford
Doc Text Cause:

The SSO valves didn't set the context when expiring sessions associated with SSO.

Consequence:

ClusteredSingleSignOn would call WeldListener.sessionDestroyed(event) after the session has been destroyed, resulting in a ContextNotActiveException upon session invalidation.

Fix:

The SSO valves now set the context when expiring sessions associated with SSO.

Result:

The ContextNotActiveException is avoided upon session invalidation.
In previous versions of JBoss EAP 6, the SSO valves did not set the context when expiring sessions associated with SSO.

As a result, `ClusteredSingleSignOn` would call `WeldListener.sessionDestroyed(event)` after the session has been destroyed, resulting in a `ContextNotActiveException` upon session invalidation.

In this release the SSO valves now set the context when expiring sessions associated with SSO and the ContextNotActiveException is avoided upon session invalidation.
Kabir Khan 2014-07-01 15:56:12 UTC Status MODIFIED ON_QA
CC kkhan
Marek Schmidt 2014-07-02 08:05:57 UTC QA Contact maschmid rsmeral
Ron Šmeral 2014-07-02 14:39:55 UTC Status ON_QA VERIFIED
Pavel Slavicek 2014-08-06 14:40:34 UTC Status VERIFIED CLOSED
Resolution --- CURRENTRELEASE
Last Closed 2014-08-06 10:40:34 UTC
John Skeoch 2016-11-01 01:37:00 UTC CC amelicha

Back to bug 1027272