Return-Path: Delivered-To: apmail-incubator-jspwiki-dev-archive@locus.apache.org Received: (qmail 32006 invoked from network); 17 Aug 2008 12:06:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Aug 2008 12:06:34 -0000 Received: (qmail 33767 invoked by uid 500); 17 Aug 2008 12:06:33 -0000 Delivered-To: apmail-incubator-jspwiki-dev-archive@incubator.apache.org Received: (qmail 33754 invoked by uid 500); 17 Aug 2008 12:06:33 -0000 Mailing-List: contact jspwiki-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jspwiki-dev@incubator.apache.org Delivered-To: mailing list jspwiki-dev@incubator.apache.org Received: (qmail 33743 invoked by uid 99); 17 Aug 2008 12:06:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Aug 2008 05:06:33 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Aug 2008 12:05:45 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 47901234C1B1 for ; Sun, 17 Aug 2008 05:05:44 -0700 (PDT) Message-ID: <1757802395.1218974744291.JavaMail.jira@brutus> Date: Sun, 17 Aug 2008 05:05:44 -0700 (PDT) From: "Lutz Tietze (JIRA)" To: jspwiki-dev@incubator.apache.org Subject: [jira] Updated: (JSPWIKI-348) German umlauts not displayed properly on OC4J installation In-Reply-To: <1128216185.1218974624560.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JSPWIKI-348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lutz Tietze updated JSPWIKI-348: -------------------------------- Attachment: JSPWiki-348.patch > 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 > Fix For: 2.6.3 > > Attachments: JSPWiki-348.patch > > > 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.