You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Sven Meier (JIRA)" <ji...@apache.org> on 2012/08/21 10:12:37 UTC

[jira] [Created] (WICKET-4720) WebSession#authenticate() is superfluous

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

        

[jira] [Resolved] (WICKET-4720) WebSession#authenticate() is superfluous

Posted by "Sven Meier (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-4720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sven Meier resolved WICKET-4720.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 6.0.0

removed method
                
> 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
>             Fix For: 6.0.0
>
>
> 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