maxPageVersions max int for HttpSessionStore is not good
--------------------------------------------------------

                 Key: WICKET-266
                 URL: https://issues.apache.org/jira/browse/WICKET-266
             Project: Wicket
          Issue Type: Improvement
    Affects Versions: 1.2.5, 1.3, 2.0
            Reporter: Eelco Hillenius


In Settings:
private int maxPageVersions = Integer.MAX_VALUE;

That works ok for the second level cache session store, but is dangerous for 
HttpSessionStore. I think we should set the default to a better value, like 30 
or less, and slcss should just ignore the whole setting

-- 
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