Mark Struberg created OWB-1069:
----------------------------------
Summary: Propagate SessionContext to end of request only if a
manual Session.invalidate() was called
Key: OWB-1069
URL: https://issues.apache.org/jira/browse/OWB-1069
Project: OpenWebBeans
Issue Type: Bug
Components: Context and Scopes
Affects Versions: 1.5.0
Reporter: Mark Struberg
Assignee: Mark Struberg
Fix For: 1.6.0
The CDI spec defines that a Session needs to be
* destroyed immediately on a session timeout
* destroyed at the end of the request if a manual Session.invalidate() got
invoked.
This is pretty hard to detect as the session enviction also gets invoked at the
begin of a request but only _after_ the sessionInitialized events got fired.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)