Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-266

maxPageVersions max int for HttpSessionStore is not good

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0 branch (discontinued), 1.2.5, 1.3.0-beta1
    • 1.3.0-beta1
    • None
    • None

    Description

      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

      Attachments

        Activity

          People

            Unassigned Unassigned
            ehillenius Eelco Hillenius
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: