You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "demir kiracoglu (JIRA)" <ji...@apache.org> on 2008/02/12 02:11:07 UTC

[jira] Created: (WICKET-1339) security flow session size continously increase

security flow session size continously increase 
------------------------------------------------

                 Key: WICKET-1339
                 URL: https://issues.apache.org/jira/browse/WICKET-1339
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.3.1
            Reporter: demir kiracoglu


On examples page ( http://www.wicketstuff.org/wicket13/ ) when you open the inspector page and then refresh it, session size continously increase. I know that the models in this page are not loadable-detachable and it is an expected result that page size is large. But doesn't LeastRecentlyAccessedEvictionStrategy have to remove the last accessed pages from the pagemap? I checked the codes and it seems that it does. 

Is not this a security flow? A simple software making requests to a page like this can utilize all the memory resources. 

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


[jira] Closed: (WICKET-1339) security flow session size continously increase

Posted by "Johan Compagner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Johan Compagner closed WICKET-1339.
-----------------------------------

    Resolution: Cannot Reproduce

i dont see in any inspector bug page where the is increasing constantly session size is increased.
Please reopen with an exact usecase where you see this.

> security flow session size continously increase 
> ------------------------------------------------
>
>                 Key: WICKET-1339
>                 URL: https://issues.apache.org/jira/browse/WICKET-1339
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.1
>            Reporter: demir kiracoglu
>
> On examples page ( http://www.wicketstuff.org/wicket13/ ) when you open the inspector page and then refresh it, session size continously increase. I know that the models in this page are not loadable-detachable and it is an expected result that page size is large. But doesn't LeastRecentlyAccessedEvictionStrategy have to remove the last accessed pages from the pagemap? I checked the codes and it seems that it does. 
> Is not this a security flow? A simple software making requests to a page like this can utilize all the memory resources. 

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