Justin Edelson created SLING-2639:
-------------------------------------

             Summary: vanity paths don't work properly for file (and file-like 
resources)
                 Key: SLING-2639
                 URL: https://issues.apache.org/jira/browse/SLING-2639
             Project: Sling
          Issue Type: Bug
          Components: ResourceResolver
            Reporter: Justin Edelson


Consider the case where a file is stored as a resource and is assigned a vanity 
path, e.g. /content/assets/myimage.jpg is assigned a sling:vanityPath of 
/myimage with sling:redirect = true. The desired behavior is for GET /myimage 
to redirect to /content/assets/myimage.jpg. Currently, the redirect is to 
/content/assets/myimage.jpg.html.

If a resource's name contains a ".", then the "html" addition on a vanity path 
should not take place.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to