You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2012/05/28 11:50:23 UTC

[jira] [Resolved] (WICKET-4572) DiskDataStore returns the wrong page when the page disk space is full

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

Martin Grigorov resolved WICKET-4572.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 6.0.0-RC1
                   1.5.7
    
> 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
>             Fix For: 1.5.7, 6.0.0-RC1
>
>         Attachments: WICKET-4572.patch, 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