Return-Path: X-Original-To: apmail-tomcat-dev-archive@www.apache.org Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 955519F8C for ; Tue, 20 Mar 2012 23:45:03 +0000 (UTC) Received: (qmail 95334 invoked by uid 500); 20 Mar 2012 23:45:02 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 95230 invoked by uid 500); 20 Mar 2012 23:45:02 -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 95164 invoked by uid 99); 20 Mar 2012 23:45:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Mar 2012 23:45:02 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Mar 2012 23:44:57 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 699202388BA6 for ; Tue, 20 Mar 2012 23:44:36 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1303215 - in /tomcat/tc6.0.x/trunk: STATUS.txt conf/web.xml java/org/apache/catalina/filters/SetCharacterEncodingFilter.java webapps/docs/changelog.xml webapps/docs/config/filter.xml Date: Tue, 20 Mar 2012 23:44:36 -0000 To: dev@tomcat.apache.org From: kkolinko@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120320234436.699202388BA6@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: kkolinko Date: Tue Mar 20 23:44:35 2012 New Revision: 1303215 URL: http://svn.apache.org/viewvc?rev=1303215&view=rev Log: Add SetCharacterEncodingFilter (similar to the one contained in the examples web application) to the org.apache.catalina.filters package so that it is available for all web applications. Added: tomcat/tc6.0.x/trunk/java/org/apache/catalina/filters/SetCharacterEncodingFilter.java (with props) Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/conf/web.xml tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml tomcat/tc6.0.x/trunk/webapps/docs/config/filter.xml Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1303215&r1=1303214&r2=1303215&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/STATUS.txt (original) +++ tomcat/tc6.0.x/trunk/STATUS.txt Tue Mar 20 23:44:35 2012 @@ -61,16 +61,6 @@ PATCHES PROPOSED TO BACKPORT: +1: kkolinko -1: -* Backport SetCharacterEncodingFilter - 1) patch - http://people.apache.org/~kkolinko/patches/2011-12-22_tc6_SetCharacterEncodingFilter.patch - 2) - svn propset svn:eol-style native java/org/apache/catalina/filters/SetCharacterEncodingFilter.java - 3) Add example of configuration to conf/web.xml: - http://svn.apache.org/viewvc?rev=1228210&view=rev - +1: kkolinko, rjung, kfujino - -1: - * Improvements to Windows installer: 1. When building a Windows installer do not copy whole "res" folder to output/dist, but only the files that we need. Make sure that Modified: tomcat/tc6.0.x/trunk/conf/web.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/conf/web.xml?rev=1303215&r1=1303214&r2=1303215&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/conf/web.xml (original) +++ tomcat/tc6.0.x/trunk/conf/web.xml Tue Mar 20 23:44:35 2012 @@ -421,6 +421,21 @@ + + + + + + @@ -494,6 +509,14 @@ + + +