You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2017/06/22 19:36:01 UTC

[jira] [Resolved] (WICKET-6409) Session should use #getSessionStore() instead of 'sessionStore'

     [ https://issues.apache.org/jira/browse/WICKET-6409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov resolved WICKET-6409.
-------------------------------------
       Resolution: Fixed
         Assignee: Martin Grigorov
    Fix Version/s: 6.27.0

PR merged!

> Session should use #getSessionStore() instead of 'sessionStore'
> ---------------------------------------------------------------
>
>                 Key: WICKET-6409
>                 URL: https://issues.apache.org/jira/browse/WICKET-6409
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 6.26.0
>            Reporter: Martin Grigorov
>            Assignee: Martin Grigorov
>             Fix For: 6.27.0
>
>
> From https://github.com/apache/wicket/pull/222:
> Wicket 6.x fails Session.invalidateNow() after deserialisation (For example, when using Oracle Coherence).
> Session.destroy() uses sessionStore. But it is null after deserialisation because sessionStore is transient.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)