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

Bertrand Delacretaz commented on SLING-3006:
--------------------------------------------

The workaround, to find out about the actual selectors, suffix and extension is 
to execute the request in question and then look at the 
/system/console/requests plugin, which displays the SlingRequestPathInfo values.
                
> SlingServletResolver webconsole plugin uses custom URL decomposition code 
> that can be wrong
> -------------------------------------------------------------------------------------------
>
>                 Key: SLING-3006
>                 URL: https://issues.apache.org/jira/browse/SLING-3006
>             Project: Sling
>          Issue Type: Bug
>          Components: Servlets
>    Affects Versions: Servlets Resolver 2.2.4
>            Reporter: Bertrand Delacretaz
>            Priority: Minor
>
> Entering 
> http://localhost:8080/libs/foo/content/something/formitems.json/image/vnd/xnd/knd.xml
>  in the /system/console/servletresolver webconsole plugin does not produce 
> the correct results as per the testDotsAroundSuffix() at [1]
> This is due to the plugin using its own DecomposedURL class which is a 
> simplified version of the SlingRequestPathInfo class.
> For now, I'll add a warning to the plugin.
> [1] 
> http://svn.apache.org/repos/asf/sling/trunk/bundles/engine/src/test/java/org/apache/sling/engine/impl/request/SlingRequestPathInfoTest.java

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