[
https://issues.apache.org/jira/browse/TRINIDAD-1505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12729648#action_12729648
]
Bernhard Seebass commented on TRINIDAD-1505:
--------------------------------------------
The problem was introduced in SVN-Revision 713294 by changes in
org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl
TrinidadFilterImpl line 123 (new): String noJavaScript =
request.getParameter(XhtmlConstants.NON_JS_BROWSER);
The call getParameter() is executed before the correct encoding has been set to
org.apache.tomcat.util.http.Parameters (in org.apache.coyote.Request).
Therefore the default encoding ISO-8859-1 is applied which breaks handling of
UTF-8 encoded characters in submitted forms.
> Encoding on IE
> --------------
>
> Key: TRINIDAD-1505
> URL: https://issues.apache.org/jira/browse/TRINIDAD-1505
> Project: MyFaces Trinidad
> Issue Type: Bug
> Affects Versions: 1.2.11-core
> Environment: Apache Tomcat 6.0.18
> Sun Win32 JDK 1.6.14u
> Reporter: João Rui Barradas Peixoto
>
> On IE (my application uses PPR) when you try to insert some characters
> (using simple and multiple lines <tr:inputtext> ) different from English
> encoding you will get those characters incorrectly shown .
> I have returned to version 1.2.10 from version 1.2.11 and it have solved my
> problem.
> This problem doesn't occurs on Firefox.
> Any additional information help you need let me know please.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.