Felix Meschberger created SLING-2560:
----------------------------------------

             Summary: Support regular expressions for ResourceResolver.map 
configuration
                 Key: SLING-2560
                 URL: https://issues.apache.org/jira/browse/SLING-2560
             Project: Sling
          Issue Type: New Feature
          Components: JCR
    Affects Versions: JCR Resource 2.1.0
            Reporter: Felix Meschberger
            Assignee: Felix Meschberger


Currently configuration in /etc/map supports using regular expressions to 
resolve URLs to resource paths. Such regular expression can also include 
replacement patterns such as

    http/host.90/(.*)   =>  /content/host/$1

Such replacement patterns are not easily revertible and thus such entries only 
influence URL resolution through ResourceResolver.resolve but not resource path 
mapping through ResourceResolver.map.

As a new feature, support should be created to be able to have regular 
expressions with replacements patterns for path mapping such as:

    /content/([^/]+)/routed/(.*)  => http://$1/$2

This requires the ability to register internal paths in addition to URL paths 
in the /etc/map structure which map to URLs.

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

        

Reply via email to