You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Felix Meschberger (JIRA)" <ji...@apache.org> on 2012/10/30 08:54:13 UTC

[jira] [Commented] (SLING-2639) vanity paths don't work properly for file (and file-like resources)

    [ https://issues.apache.org/jira/browse/SLING-2639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13486718#comment-13486718 ] 

Felix Meschberger commented on SLING-2639:
------------------------------------------

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