Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 24128 invoked from network); 24 May 2004 22:52:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 24 May 2004 22:52:51 -0000 Received: (qmail 66823 invoked by uid 500); 24 May 2004 22:53:16 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 66749 invoked by uid 500); 24 May 2004 22:53:15 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 66734 invoked by uid 98); 24 May 2004 22:53:15 -0000 Received: from anonymous@nagoya.betaversion.org by hermes.apache.org by uid 82 with qmail-scanner-1.20 (clamuko: 0.70. Clear:RC:0(192.18.33.10):. Processed in 0.065018 secs); 24 May 2004 22:53:15 -0000 X-Qmail-Scanner-Mail-From: anonymous@nagoya.betaversion.org via hermes.apache.org X-Qmail-Scanner: 1.20 (Clear:RC:0(192.18.33.10):. Processed in 0.065018 secs) Received: from unknown (HELO exchange.sun.com) (192.18.33.10) by hermes.apache.org with SMTP; 24 May 2004 22:53:15 -0000 Received: (qmail 2966 invoked by uid 50); 24 May 2004 22:53:40 -0000 Date: 24 May 2004 22:53:40 -0000 Message-ID: <20040524225340.2965.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: dev@cocoon.apache.org Cc: Subject: DO NOT REPLY [Bug 27709] - Problem with national chars submitted with form X-Spam-Rating: hermes.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=27709 Problem with national chars submitted with form ------- Additional Comments From ouzo@wlkp.org 2004-05-24 22:53 ------- I was able to reproduce it with Tomcat 4.1.29 but NOT with any lower. Also I have no problem with Jetty included in the cocoon distribution. There is a problem with Tomcat 4.1.29 because it sets the http encoding header to ISO-8859- 1 and cocoon serializer does not reset it to correct value. This issue does not affect Jetty. That is why I've written I succesfully create web applications that use polish language.