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

Mounts ignored for PageExpiredErrorPage

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.3.0-beta3
    • 1.3.0-rc1
    • wicket
    • None

    Description

      I have the following simple scenario:

      app.mount( new IndexedParamUrlCodingStrategy( "login", LoginPage.class ) );
      app.getApplicationSettings().setPageExpiredErrorPage( LoginPage.class );

      If I call the application, I get directed to the url

      http://appurl/login

      fine. When the Session times out, I get redirected to the LoginPage again, but
      this time not to the above url but to

      http://appurl/?wicket:interface=:2::::

      Couldn't the PageExpiredErrorPage be checked for Mounts?

      Attachments

        Activity

          People

            Unassigned Unassigned
            jkriesten Jan Kriesten
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: