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

Optimize PageExpiredException to not load its stacktrace

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 6.0.0-beta2
    • 6.0.0-beta3
    • wicket
    • None

    Description

      The stacktrace of PageExpiredException is useless.
      It is being thrown at only one place - PageProvider, so it is always the same. But it is really useless for the end user.
      Overriding its #fillInStackTrace() to return null will be a minor performance improvement.

      Attachments

        Activity

          People

            mgrigorov Martin Tzvetanov Grigorov
            mgrigorov Martin Tzvetanov Grigorov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: