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

Felix Meschberger commented on SLING-2790:
------------------------------------------

> Looking at the javadoc of RequestPathInfo I'm not sure if this is a bug or 
> correct behaviour right now.

I am not sure we can change the behaviour. If it is like it is, it has always 
been like this. So we have to fix the JavaDoc.

I think the intent of the getResource and getRequestPathInfo methods is to 
always reflect the way how the currently executing servlet/script has been 
invoked: getResource is the current resource to be processed and 
getRequestPathInfo reflects the selectors, extension and suffix leading to the 
selection of the executing servlet.

I could imagine, that the Sling Main Servlet could in fact set request 
attributes

> org.apache.sling.api.request.servlet
> org.apache.sling.api.request.resource
> org.apache.sling.api.request.request_path_info

with the respective request level values (similar to o.a.s.api.include.* which 
contain the values from the including script/servlet; see SlingConstants in the 
Sling API).
                
> Need a way to get the resource of the original request in a subcomponent
> ------------------------------------------------------------------------
>
>                 Key: SLING-2790
>                 URL: https://issues.apache.org/jira/browse/SLING-2790
>             Project: Sling
>          Issue Type: Improvement
>          Components: API
>            Reporter: Axel Hanikel
>            Priority: Minor
>
> - I have created a component at 
> /apps/training/components/tasklist/tasklist.jsp.
> - I have a page node at /content/training with a sling:resourceType of 
> training/components/page
> - That page has a subnode /content/training/content/tasklist with a 
> sling:resourceType of training/components/tasklist (the tasklist.jsp from 
> above)
> In the tasklist.jsp, I would like to get the path to the resource of the 
> original HTTP request, i.e. /content/training. I expected to get it using 
> slingRequest.getRequestPathInfo().getResourcePath() but that gets me the path 
> to the current resource (/content/training/content/tasklist), not the path to 
> the request.
> Having the original resource in a predefined variable or a call like 
> slingRequest.getOriginalRequestPathInfo() would be very helpful.

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