Make getSignInPage() Method Public
----------------------------------
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
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()). But, getSignInPage() is
protected in AuthenticatedWebApplication. Unless there are very compelling
reasons not to do so, can we open that up? Patch coming...
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.