> I have an authorization scheme where by the user is presented with a sign in
> page. After signing in, a check is made to see if they need to change their
> password. If so, they are redirected to a change password page. After that
> they should be redirected back to their intended page.
>
>
>
> However, if I use a
> RestartResponseAtInterceptPageException(); to go to the
> password change page from the sign in page, after submission I get directed
> back to the sign in page. Can I specify the intended original destination
> without setting a response page and passing it as a page parameter?
>
>
>
> Thank you,

You could have your authorization strategy check the destination (the
page that the user is trying to create) and if it is the login page
and the user is already logged in, you could redirect to some home.
That should work for your case.

Eelco

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to