[jboss-jira] [JBoss JIRA] (WFLY-6052) NPE on session.invalidate()
Stuart Douglas (JIRA)
issues at jboss.org
Sun Jan 31 16:27:00 EST 2016
[ https://issues.jboss.org/browse/WFLY-6052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Stuart Douglas resolved WFLY-6052.
----------------------------------
Fix Version/s: 10.0.0.Final
Resolution: Done
> NPE on session.invalidate()
> ---------------------------
>
> Key: WFLY-6052
> URL: https://issues.jboss.org/browse/WFLY-6052
> Project: WildFly
> Issue Type: Bug
> Components: Web (Undertow)
> Affects Versions: 10.0.0.CR5
> Reporter: Juan AMAT
> Assignee: Stuart Douglas
> Fix For: 10.0.0.Final
>
>
> I created a discussion about the issue some time ago but got not answer.
> See: https://developer.jboss.org/message/946976#946976
> The problem is that when a webapp is not marked as 'distributable' the undertow InMemorySessionManager is used.
> As mentioned in the discussion the 'getSession' of this manager does not like to be called with a null parameter, which is what willdfy does.
> This happens when single-sign-on is enable and multiple sessions are associated to the same sso session and 'invalidate' is called on one of the session.
> The workaround is to marked all our webapps as distributable but this will have a performance impact.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the jboss-jira
mailing list