[
https://issues.apache.org/jira/browse/SLING-559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Felix Meschberger updated SLING-559:
------------------------------------
Attachment: SLING-559-GET.esp
Simple test script used to test the fix for this issue. To use this script
store it at /apps/sling/nonexisting/GET.esp and access /missing.html on the
Sling server.
> Request parameter re-encoding does not work
> -------------------------------------------
>
> Key: SLING-559
> URL: https://issues.apache.org/jira/browse/SLING-559
> Project: Sling
> Issue Type: Bug
> Components: Engine
> Affects Versions: Engine 2.0.2
> Reporter: Tobias Bocanegra
> Assignee: Felix Meschberger
> Attachments: SLING-559-GET.esp
>
>
> Issue SLING-508 introduced a smart way to re-encode request parameters, if
> they are sent in a different encoding that the default.
> imo there is a bug that causes this functionality to fail:
> in ParameterSupport.getContainerParameters(....) new
> ContainerRequestParameter are generated with the respective encoding. but the
> constructor does never call setEncoding() and the re-encode is never
> performed.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.