[
https://issues.apache.org/jira/browse/SLING-2790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13605175#comment-13605175
]
Carsten Ziegeler commented on SLING-2790:
-----------------------------------------
I'm not against setting request attributes, but what about making this a little
bit more user friendly and add as methods to the request object?
> 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