[
https://issues.apache.org/jira/browse/WICKET-6990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17557670#comment-17557670
]
ASF subversion and git services commented on WICKET-6990:
---------------------------------------------------------
Commit 86920872c6bdcf62988f7b9271c0674f60da0874 in wicket's branch
refs/heads/master from Sven Meier
[ https://gitbox.apache.org/repos/asf?p=wicket.git;h=86920872c6 ]
WICKET-6990 check whether value is rebound
in that case prevent removing all pages
> DiskPageStore loses pages when container re-binds attributes
> ------------------------------------------------------------
>
> Key: WICKET-6990
> URL: https://issues.apache.org/jira/browse/WICKET-6990
> Project: Wicket
> Issue Type: Bug
> Components: wicket
> Affects Versions: 10.0.0, 9.10.0
> Reporter: Sven Meier
> Assignee: Sven Meier
> Priority: Major
>
> Some containers rebind session attributes when they are set, i.e.
> #valueUnbound() is called on the previous value.
> This leads to DiskPageStore (AbstractPersistentPageStore) losing it stored
> pages because it triggeres #removeAllPersistedPages().
--
This message was sent by Atlassian Jira
(v8.20.7#820007)