Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 12643 invoked from network); 14 Jan 2010 21:52:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Jan 2010 21:52:28 -0000 Received: (qmail 60703 invoked by uid 500); 14 Jan 2010 21:52:27 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 60622 invoked by uid 500); 14 Jan 2010 21:52:27 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 60611 invoked by uid 99); 14 Jan 2010 21:52:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jan 2010 21:52:27 +0000 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; Thu, 14 Jan 2010 21:52:26 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id EC081234C052; Thu, 14 Jan 2010 13:52:05 -0800 (PST) From: bugzilla@apache.org To: dev@tomcat.apache.org Subject: DO NOT REPLY [Bug 48550] New: Update examples and default server.xml to use UTF-8 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Tomcat 7 X-Bugzilla-Component: Examples X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: knst.kolinko@gmail.com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: dev@tomcat.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Thu, 14 Jan 2010 13:52:05 -0800 (PST) https://issues.apache.org/bugzilla/show_bug.cgi?id=48550 Summary: Update examples and default server.xml to use UTF-8 Product: Tomcat 7 Version: trunk Platform: PC OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: Examples AssignedTo: dev@tomcat.apache.org ReportedBy: knst.kolinko@gmail.com It is just an idea, but I think that with Tomcat 7 we can update our server.xml and our examples to use UTF-8. That is: 1) add URIEncoding="UTF-8" to HTTP and AJP elements in the default server.xml 2) configure SetCharacterEncodingFilter in the examples webapp 3) update Servlet and JSP examples to allow UTF-8 input (1) and 2) will provide that) and to use UTF-8 as their output character encoding 4) the servlet/JSP sources will probably stay as ISO-8859-1, as they are now Please add, if I missed anything. For reference: http://wiki.apache.org/tomcat/FAQ/CharacterEncoding I think we are a bit busy right now, so I am filing this issue, supposing that a more detailed discussion can be raised later on dev@ or users@. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org