You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Sven Meier (JIRA)" <ji...@apache.org> on 2018/07/04 06:50:00 UTC

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

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

Sven Meier reassigned WICKET-6564:
----------------------------------

    Assignee: Sven Meier

> 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
>            Assignee: Sven Meier
>            Priority: Major
>
> 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)