[ 
https://issues.apache.org/jira/browse/JSPWIKI-348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12624653#action_12624653
 ] 

Harry Metske commented on JSPWIKI-348:
--------------------------------------

Tests on Tomcat/Linux and Glassfish/Linux went fine, also the JUnit tests.
I don't who and why was decided to use a CharArrayWriter instead of a 
ByteArrayOutputStream, the latter seems more logical to me.

Can you test my latest patch, note that the most important change here 
(compared to your patch) is in the "public String toString()" method !

> German umlauts not displayed properly on OC4J installation
> ----------------------------------------------------------
>
>                 Key: JSPWIKI-348
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-348
>             Project: JSPWiki
>          Issue Type: Bug
>          Components: Servlet Container/Java compatibility
>    Affects Versions: 2.6.0, 2.6.1, 2.6.2, 2.6.3
>         Environment: openSuSe 10.3/Windows XP
> Oracle Container for J2EE (OC4J 10.1.3.1)
> JSPWiki 2.6.0/2.6.3
> Firefox 3/IE 6
>            Reporter: Lutz Tietze
>            Assignee: Harry Metske
>         Attachments: Edit.png, JSPWIKI-348.patch, JSPWiki-348.patch, 
> JSPWiki-348.patch, Main.png, View.png
>
>
> The German umlauts are shown as chinese (?) letters. 
> The problem was found in the MyServletResponseWrapper in WikiJSPFilter.java. 
> The conversion of the outputstream into a CharArrayWriter seams to be 
> implemented differently on OC4J. The use of a ByteArrayOutputStream instead 
> works for OC4J. 
> Not tested on any other servlet container.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to