/etc/map entries must be applied depth first
--------------------------------------------

                 Key: SLING-969
                 URL: https://issues.apache.org/jira/browse/SLING-969
             Project: Sling
          Issue Type: Bug
          Components: JCR
    Affects Versions: JCR Resource 2.0.4
            Reporter: Felix Meschberger
            Assignee: Felix Meschberger
             Fix For: JCR Resource 2.0.6


In a mapping of the form:

    /etc/map/http
         +--- host.80
                     +--- sling:internalRedirect = "/content"
                     +--- virtual
                                     +--- sling:internalRedirect = "/content"

The child node (virtual) must be compared to the URL before the parent node 
(host.80). Otherwise the child node would never get a chance to map since an 
URL mapping the child node always also maps the parent node.

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