You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Felix Meschberger (JIRA)" <ji...@apache.org> on 2010/09/01 17:03:58 UTC

[jira] Created: (SLING-1717) Provide ResourceResolver to feedback handlers

Provide ResourceResolver to feedback handlers
---------------------------------------------

                 Key: SLING-1717
                 URL: https://issues.apache.org/jira/browse/SLING-1717
             Project: Sling
          Issue Type: Improvement
          Components: Authentication
    Affects Versions: Auth Core 1.0.2
            Reporter: Felix Meschberger
            Assignee: Felix Meschberger
             Fix For: Auth Core 1.0.4


Currently the AuthenticationFeedbackHandler.authenticationSucceeded method is called without any request attributes already set.

For some reason a feedback handler might want to access the resource resolver. Thus we have to provide this provider to the feedback handler somehow.

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


[jira] Resolved: (SLING-1717) Provide ResourceResolver to feedback handlers

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

Felix Meschberger resolved SLING-1717.
--------------------------------------

    Resolution: Fixed

In Rev. 991579 providing the ResourceResolver as a request attribute just like for regular request prociessing such that the AuthenticationFeedbackHandler success method can extract and access it in a well-known way.

> Provide ResourceResolver to feedback handlers
> ---------------------------------------------
>
>                 Key: SLING-1717
>                 URL: https://issues.apache.org/jira/browse/SLING-1717
>             Project: Sling
>          Issue Type: Improvement
>          Components: Authentication
>    Affects Versions: Auth Core 1.0.2
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For: Auth Core 1.0.4
>
>
> Currently the AuthenticationFeedbackHandler.authenticationSucceeded method is called without any request attributes already set.
> For some reason a feedback handler might want to access the resource resolver. Thus we have to provide this provider to the feedback handler somehow.

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