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

Johan Compagner updated WICKET-1158:
------------------------------------

    Fix Version/s: 1.3.0-rc2

we could introduce a special property that the developer has to configure with 
a specific time in minutes or hours and when files are older then that time 
they are removed.

By default this value is 0 or -1 so nothing happens. So you have to configure 
it before it works.

> DiskPageStore does not cleanup cache files after Web container restarts
> -----------------------------------------------------------------------
>
>                 Key: WICKET-1158
>                 URL: https://issues.apache.org/jira/browse/WICKET-1158
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-beta3, 1.3.0-beta4, 1.3.0-rc1
>            Reporter: chris lintz
>             Fix For: 1.3.0-rc2
>
>
> DiskPageStore does not cleanup cache files after Web container restarts.  We 
> have leaked cache files on disk which is a bad thing from the perspective of 
> a high traffic site.  This occurs when Tomcat (or I am sure other Web 
> container) is restarted.  My theory is the HttpSessionListener bound to the 
> page store file cannot be called because the session reference is lost.  It 
> can be argued that a framework generating resources on disk is responsible 
> for the cleanup - with the exception of logs :)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to