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