Parameter decoding uses wrong default charset
---------------------------------------------
Key: SLING-508
URL: https://issues.apache.org/jira/browse/SLING-508
Project: Sling
Issue Type: Bug
Components: Engine
Affects Versions: 2.0.0
Reporter: Tobias Bocanegra
Priority: Blocker
As of SLING-152 the request paremeters are re-encoded if a _charset_ parameter
is present. it assumes that the default encoding is
UTF-8 which is not the case for servlet spec compliant containers (eg. tomcat).
change the default encoding to ISO-8851-1 or make it configurable.
see:
http://svn.apache.org/viewvc/incubator/sling/trunk/engine/src/main/java/org/apache/sling/engine/impl/parameters/Util.java?view=markup
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.