You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Wouter de Vaal (JIRA)" <ji...@apache.org> on 2007/05/24 19:18:17 UTC

[jira] Reopened: (WICKET-588) continueToOriginalDestination / RestartResponseAtInterceptPageException with page parameters broken

     [ https://issues.apache.org/jira/browse/WICKET-588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wouter de Vaal reopened WICKET-588:
-----------------------------------


The solution does not work when running in a context other than the root.
So when signing in to path /myapp/admin/stuff
the redirect after signin is to /admin/stuff, without the /myapp

> continueToOriginalDestination / RestartResponseAtInterceptPageException with page parameters broken
> ---------------------------------------------------------------------------------------------------
>
>                 Key: WICKET-588
>                 URL: https://issues.apache.org/jira/browse/WICKET-588
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-beta1
>            Reporter: Wouter de Vaal
>         Assigned To: Johan Compagner
>             Fix For: 1.3.0-beta2
>
>         Attachments: patch.txt
>
>
> I'm using the login/authorization strategy taken from the wicket
> examples, which is
> throw new RestartResponseAtInterceptPageException(SignIn.class);
> in the application class and calling
> continueToOriginalDestination()
> in the login page.
> However when I'm using a bookmarkable page with PageParameters, the
> parameters get lost in the process..

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


Re: [jira] Reopened: (WICKET-588) continueToOriginalDestination / RestartResponseAtInterceptPageException with page parameters broken

Posted by Johan Compagner <jc...@gmail.com>.
but that should work fine because we make the redirect url context
sensitive AlMaw??

On 5/24/07, Wouter de Vaal (JIRA) <ji...@apache.org> wrote:
>
>      [
> https://issues.apache.org/jira/browse/WICKET-588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
> ]
>
> Wouter de Vaal reopened WICKET-588:
> -----------------------------------
>
>
> The solution does not work when running in a context other than the root.
> So when signing in to path /myapp/admin/stuff
> the redirect after signin is to /admin/stuff, without the /myapp
>
> > continueToOriginalDestination / RestartResponseAtInterceptPageException
> with page parameters broken
> >
> ---------------------------------------------------------------------------------------------------
> >
> >                 Key: WICKET-588
> >                 URL: https://issues.apache.org/jira/browse/WICKET-588
> >             Project: Wicket
> >          Issue Type: Bug
> >          Components: wicket
> >    Affects Versions: 1.3.0-beta1
> >            Reporter: Wouter de Vaal
> >         Assigned To: Johan Compagner
> >             Fix For: 1.3.0-beta2
> >
> >         Attachments: patch.txt
> >
> >
> > I'm using the login/authorization strategy taken from the wicket
> > examples, which is
> > throw new RestartResponseAtInterceptPageException(SignIn.class);
> > in the application class and calling
> > continueToOriginalDestination()
> > in the login page.
> > However when I'm using a bookmarkable page with PageParameters, the
> > parameters get lost in the process..
>
> --
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
>
>