Carsten Ziegeler created SLING-6283:
---------------------------------------

             Summary: Exclusion of observations with listeners using patterns 
is too aggressive
                 Key: SLING-6283
                 URL: https://issues.apache.org/jira/browse/SLING-6283
             Project: Sling
          Issue Type: Bug
          Components: ResourceResolver
    Affects Versions: Resource Resolver 1.5.2
            Reporter: Carsten Ziegeler
            Assignee: Carsten Ziegeler
             Fix For: Resource Resolver 1.5.4


If for example a resource change listeners registers for 
{noformat}
/libs/**/*.jsp
{noformat}

and a resource provider is registered at /libs/.servlet

Then the above listener is excluded. Path.matches() is defined the way that it 
returns true in this case. The API of Path is fine, however it is not usable 
for the resource resolver implementation




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to