[
https://issues.apache.org/jira/browse/SLING-4804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14725344#comment-14725344
]
Tomek Rękawek edited comment on SLING-4804 at 9/1/15 12:55 PM:
---------------------------------------------------------------
It seems that {{requestURI()}} doesn't contain the semicolon parameters
anymore. I updated the RequestData to use the {{requestURL()}} method instead.
Now it works both with 3.0.2 and 3.1.0 http implementation. Patch
(SLING\-4804-3.patch) attached.
was (Author: tomek.rekawek):
It seems that {{requestURI()}} doesn't contain the semicolon parameters
anymore. I updated the RequestData to use the {{requestURL()}} method instead.
Now it works both with 3.0.2 and 3.1.0 http implementation. Patch
(SLING-4804-3.patch) attached.
> Semicolon parameters are not passed to the resource resolver
> ------------------------------------------------------------
>
> Key: SLING-4804
> URL: https://issues.apache.org/jira/browse/SLING-4804
> Project: Sling
> Issue Type: Bug
> Components: Engine
> Affects Versions: Engine 2.4.2
> Reporter: Tomek Rękawek
> Assignee: Tomek Rękawek
> Priority: Minor
> Fix For: Engine 2.4.4
>
> Attachments: SLING-4804-2.patch, SLING-4804-3.patch, SLING-4804.patch
>
>
> SLING-848 provided a way to pass semicolon-separated parameters to the
> resource provider. However, such parameters are removed from the
> {{HttpServletRequest#getPathInfo()}}, which is used in the
> {{RequestData#initResource()}} method to resolve the resource from the URI.
> As a result, resource resolver and resource provider don't see the semicolon
> parameters and can't use them.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)