Issue Details (XML | Word | Printable)

Key: WICKET-266
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Eelco Hillenius
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Wicket

maxPageVersions max int for HttpSessionStore is not good

Created: 08/Feb/07 05:08 AM   Updated: 11/Mar/07 05:47 AM
Return to search
Component/s: None
Affects Version/s: 1.2.5, 1.3.0-beta1, 2.0 branch (discontinued)
Fix Version/s: 1.3.0-beta1

Time Tracking:
Not Specified

Resolution Date: 11/Mar/07 05:47 AM


 Description  « Hide
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

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order