You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Hans Schäfer (JIRA)" <ji...@apache.org> on 2018/06/25 11:19:00 UTC

[jira] [Created] (WICKET-6564) PageStoreManager#clear() does not completely clear

Hans Schäfer created WICKET-6564:
------------------------------------

             Summary: PageStoreManager#clear() does not completely clear
                 Key: WICKET-6564
                 URL: https://issues.apache.org/jira/browse/WICKET-6564
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 7.10.0
            Reporter: Hans Schäfer


org.apache.wicket.pagePageStoreManager#clear just signals valueUnbound to a internally defined HttpSession-bound SessionEntry. The SessionEntry then does not remove all internal state: the sessionCache ist not cleared.

Please add a setSessionCache(Collections.emptyList()) to SessionEntry#valueUnbound or to PageStore#clear.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)