[
https://issues.apache.org/jira/browse/FELIX-5117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15027241#comment-15027241
]
ASF GitHub Bot commented on FELIX-5117:
---------------------------------------
Github user xfournet closed the pull request at:
https://github.com/apache/felix/pull/43
> Call to SSOHttpSessionListener#sessionDestroyed is done after the session is
> invalidated
> ----------------------------------------------------------------------------------------
>
> Key: FELIX-5117
> URL: https://issues.apache.org/jira/browse/FELIX-5117
> Project: Felix
> Issue Type: Bug
> Components: HTTP Service
> Affects Versions: http.base-3.0.0, http.base-3.0.2, http.jetty-3.1.0,
> http.jetty-3.1.2
> Reporter: Xavier Fournet
> Assignee: Carsten Ziegeler
> Fix For: http.base-3.0.4, http.jetty-3.1.4
>
>
> The javadoc of javax.servlet.http.HttpSessionListener#sessionDestroyed
> indicate that the method should called before the session is invalidated
> ("Receives notification that a session is about to be invalidated.").
> This was working correctly with HTTP Felix 2.x but no more working with HTTP
> Felix 3.1.x because the method is called after the session is invalidated, so
> any attempt to get information from the session in this method will throw an
> exception.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)