You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Antonio Sanso (JIRA)" <ji...@apache.org> on 2015/07/08 16:10:04 UTC

[jira] [Updated] (SLING-4864) SlingAuthenticator should handle empty path for anonymous resources

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

Antonio Sanso updated SLING-4864:
---------------------------------
    Description: 
FELIX-4925 changed the semantic of {{request.getServletPath()}} in case of 

{code}
GET /
{code}

it now return {{""}} rather than {{"/"}}


This case needs to be correctly handled

  was:
FELIX-4925 changed the semantic of {{request.getServletPath()}} in case of 

{code}
GET /
{code}

it now return {{"}} rather than {{"/"}}


This case needs to be correctly handled


> SlingAuthenticator should handle empty path for anonymous resources
> -------------------------------------------------------------------
>
>                 Key: SLING-4864
>                 URL: https://issues.apache.org/jira/browse/SLING-4864
>             Project: Sling
>          Issue Type: Bug
>          Components: Authentication
>            Reporter: Antonio Sanso
>            Assignee: Antonio Sanso
>
> FELIX-4925 changed the semantic of {{request.getServletPath()}} in case of 
> {code}
> GET /
> {code}
> it now return {{""}} rather than {{"/"}}
> This case needs to be correctly handled



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)