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

Ashok Kumar commented on SLING-8335:
------------------------------------

[~rombert] Created the PR - 
[https://github.com/apache/sling-org-apache-sling-resourceresolver/pull/12] . 
Thanks

> StringIndexOutOfBoundsException from resolver.map with non absolute path
> ------------------------------------------------------------------------
>
>                 Key: SLING-8335
>                 URL: https://issues.apache.org/jira/browse/SLING-8335
>             Project: Sling
>          Issue Type: Bug
>          Components: ResourceResolver
>    Affects Versions: Resource Resolver 1.6.8
>            Reporter: Ashok Kumar
>            Priority: Major
>         Attachments: StringIndexOutofBounds.patch
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> ResourceResolver.map("content/we-retail/us/en”) - Forward Mapping
> Steps to Reproduce : 
> 1. go to /system/console/jcrresolver console
> 2. input "content/we-retail/us/en" in Test
> 3. click map
> Output 
> it give out the error message -: java.lang.StringIndexOutOfBoundsException: 
> String index out of range: -1
>  
> [https://github.com/apache/sling-org-apache-sling-resourceresolver/blob/master/src/main/java/org/apache/sling/resourceresolver/impl/ResourceResolverImpl.java#L770]
> {quote}final String pathInfo = absPath.substring(path.length());
> {quote}
> path = "/content/we-retail/us/en" whereas absPath = "content/we-retail/us/en" 
>   .... substring fails
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to