Sven Meier created WICKET-4720:
----------------------------------
Summary: WebSession#authenticate() is superfluous
Key: WICKET-4720
URL: https://issues.apache.org/jira/browse/WICKET-4720
Project: Wicket
Issue Type: Improvement
Components: wicket, wicket-auth-roles
Affects Versions: 6.0.0-beta3
Reporter: Sven Meier
Assignee: Sven Meier
Priority: Trivial
WebSession#authenticate() always throws an exception and it is not called in
wicket-core.
Subclasses of wicket-auth-roles' AuthenticatedWebSession have to override
#authenticate(), calls to it are always wrapped in #signIn().
wicketstuff-security-wasp's WaspSession doesn't use #authentcate() at all.
To clear up this confusion the method should be removed.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira