[
https://issues.apache.org/jira/browse/WICKET-4572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martin Grigorov updated WICKET-4572:
------------------------------------
Attachment: pagecache.zip
A quickstart that reproduces the problem:
1. Open the home page. There you can find two links ("Page A", "Page B")
2. Now you have to open "Page B" in a new tab, three times in a row
3. Switch to the Page B tab that you have opened first
4. Click on the "update" link on that page
5. You can now see that that an error occurred.
> DiskDataStore returns the wrong page when the page disk space is full
> ----------------------------------------------------------------------
>
> Key: WICKET-4572
> URL: https://issues.apache.org/jira/browse/WICKET-4572
> Project: Wicket
> Issue Type: Bug
> Components: wicket
> Affects Versions: 1.5.6
> Reporter: Martin Grigorov
> Assignee: Martin Grigorov
> Priority: Critical
> Attachments: pagecache.zip
>
>
> If the configured file size for the session data is overflowed (see
> org.apache.wicket.settings.IStoreSettings#setMaxSizePerSession(Bytes)) then
> Wicket may return wrong page data (bytes) for a expired page.
> The problem is in
> org.apache.wicket.pageStore.PageWindowManager#idToWindowIndex which may have
> several page ids (the keys) pointing to the same window index (values).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira