You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Igor Vaynberg (JIRA)" <ji...@apache.org> on 2010/12/17 08:30:01 UTC

[jira] Resolved: (WICKET-3257) Add restartResponseAtSignInPage() Method to AuthenticatedWebApplication

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

Igor Vaynberg resolved WICKET-3257.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5-M4
         Assignee: Igor Vaynberg

> Add restartResponseAtSignInPage() Method to AuthenticatedWebApplication
> -----------------------------------------------------------------------
>
>                 Key: WICKET-3257
>                 URL: https://issues.apache.org/jira/browse/WICKET-3257
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-auth-roles
>    Affects Versions: 1.5-M3
>            Reporter: James Carman
>            Assignee: Igor Vaynberg
>             Fix For: 1.5-M4
>
>         Attachments: WICKET-3257.patch
>
>
> I have a situation where I need to be able to get the sign in page class outside the context of the AuthenticatedWebApplication class itself (or a subclass).  Basically, I've got a Spring Security framework that's going to register a custom exception mapper (that wraps the default one).  If it sees an AuthenticationCredentialsNotFoundException, it needs to throw a RestartResponseAtInterceptPage(getSignInPage()).  Can we add a method that does that?  Patch coming...

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