Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.0.4
-
None
-
None
-
Java 1.6.0_11 + Sun App Server 9.1_02p5 w/ Mojarra 1.2_04-b22-p05.
Description
We seem to have a problem decoding HTTP params e.g. "Občanská Plovárna" gets decoded as "Ob?anská Plovárna"
Note á gets decoded ok but not č although our <sun-web-app><parameter-encoding default-charset="utf-8"/>
The decoding is fine with standard JSP/JSF if we don't go through Shale Remoting.
This looks very much like http://issues.apache.org/struts/browse/SHALE-282 but on the incoming/decoding side.
I posted a note on the user mailing list but no response.
Can anyone confirm if there is a similar issue with Shale parameter decoding on the request/reader side?
Thanks!