You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shiro.apache.org by "Les Hazlewood (JIRA)" <ji...@apache.org> on 2011/08/15 18:23:28 UTC

[jira] [Created] (SHIRO-321) AuthenticatingFilter - consolidate auto-authentication logic

AuthenticatingFilter - consolidate auto-authentication logic
------------------------------------------------------------

                 Key: SHIRO-321
                 URL: https://issues.apache.org/jira/browse/SHIRO-321
             Project: Shiro
          Issue Type: Improvement
    Affects Versions: 1.1.0
            Reporter: Les Hazlewood
             Fix For: 1.2.0


The FormAuthenticationFilter and the BasicAuthenticationFilter perform repetitive logic in the onAccessDenied implementation to automate an authentication during an authentication request.  For example:

http://shiro.apache.org/static/1.1.0/xref/org/apache/shiro/web/filter/authc/FormAuthenticationFilter.html#148

This should be abstracted and represented in the parent AuthenticatingFilter abstract class to 1) reduce code in the children classes and 2) make this accessible for custom AuthenticatingFilter subclasses.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (SHIRO-321) AuthenticatingFilter - consolidate auto-authentication logic

Posted by "Les Hazlewood (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHIRO-321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Les Hazlewood updated SHIRO-321:
--------------------------------

    Fix Version/s:     (was: 1.2.0)
                   1.3.0
    
> AuthenticatingFilter - consolidate auto-authentication logic
> ------------------------------------------------------------
>
>                 Key: SHIRO-321
>                 URL: https://issues.apache.org/jira/browse/SHIRO-321
>             Project: Shiro
>          Issue Type: Improvement
>    Affects Versions: 1.1.0
>            Reporter: Les Hazlewood
>             Fix For: 1.3.0
>
>
> The FormAuthenticationFilter and the BasicAuthenticationFilter perform repetitive logic in the onAccessDenied implementation to automate an authentication during an authentication request.  For example:
> http://shiro.apache.org/static/1.1.0/xref/org/apache/shiro/web/filter/authc/FormAuthenticationFilter.html#148
> This should be abstracted and represented in the parent AuthenticatingFilter abstract class to 1) reduce code in the children classes and 2) make this accessible for custom AuthenticatingFilter subclasses.

--
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