[
https://issues.apache.org/jira/browse/WICKET-6564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16533070#comment-16533070
]
ASF subversion and git services commented on WICKET-6564:
---------------------------------------------------------
Commit 7665dc563de81b36a1e887d779897068b8cd4abf in wicket's branch
refs/heads/wicket-7.x from [~svenmeier]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=7665dc5 ]
WICKET-6564 clear request and session pages
> 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)