You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Johan Compagner (JIRA)" <ji...@apache.org> on 2007/11/02 12:05:50 UTC

[jira] Commented: (WICKET-958) Mounts ignored for PageExpiredErrorPage

    [ https://issues.apache.org/jira/browse/WICKET-958?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12539564 ] 

Johan Compagner commented on WICKET-958:
----------------------------------------

i would start to look why it redirects.
So Requestcycle.redirect boolean is true when the pageexpired page is set.

> Mounts ignored for PageExpiredErrorPage
> ---------------------------------------
>
>                 Key: WICKET-958
>                 URL: https://issues.apache.org/jira/browse/WICKET-958
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-beta3
>            Reporter: Jan Kriesten
>            Assignee: Gerolf Seitz
>            Priority: Minor
>             Fix For: 1.3.0-beta5
>
>
> 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?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.