Hi,
Related to a StackOverflow question [1], what does this mean, in
SlingMainServlet?
// configure default request parameter encoding
// log a message if such configuration exists ....
if (componentConfig.get(PROP_DEFAULT_PARAMETER_ENCODING) != null) {
log.warn("Configure default request parameter encoding
with 'org.apache.sling.parameters.config' configuration; the property
"
+ PROP_DEFAULT_PARAMETER_ENCODING
+ "="
+ componentConfig.get(PROP_DEFAULT_PARAMETER_ENCODING)
+ " is ignored");
}
My understanding is that the log message recommends using a
configuration with pid org.apache.sling.parameters.config to set that
default encoding, but I don't see that configuration anywhere.
Does anyone have more info, RTFM links etc?
-Bertrand
[1]
http://stackoverflow.com/questions/34154505/how-to-set-the-default-character-encoding-in-aem-sling