[ 
https://issues.apache.org/jira/browse/SLING-2639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Justin Edelson resolved SLING-2639.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: Resource Resolver 1.0.0
         Assignee: Justin Edelson

fixed in r1403772
                
> 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
>            Assignee: Justin Edelson
>             Fix For: Resource Resolver 1.0.0
>
>         Attachments: SLING-2639.patch
>
>
> 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