Avoid path resolution in case of non-wildcard ACEs (followup to JCR-2573)
-------------------------------------------------------------------------

                 Key: JCR-2841
                 URL: https://issues.apache.org/jira/browse/JCR-2841
             Project: Jackrabbit Content Repository
          Issue Type: Improvement
          Components: jackrabbit-core, security
    Affects Versions: 2.2.0
            Reporter: angela
            Assignee: angela
             Fix For: 2.2.1


adding the ability to specify wildcard-ac-entries in the default resource based 
access control management lead to
always resolving the id passed to AccessControlProvider#canRead in order to be 
able to properly evaluate
any wildcard-aces present.

this could be improved with minor refactoring that postpones the path 
resolution and omitting it if there are no
wildcard-aces to compare with.

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

Reply via email to