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 51DFB4447 for ; Tue, 28 Jun 2011 00:38:58 +0000 (UTC) Received: (qmail 7489 invoked by uid 500); 28 Jun 2011 00:38:57 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 7267 invoked by uid 500); 28 Jun 2011 00:38:56 -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 7258 invoked by uid 99); 28 Jun 2011 00:38:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jun 2011 00:38:56 +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, 28 Jun 2011 00:38:54 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 4CA1323888FD for ; Tue, 28 Jun 2011 00:38:33 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1140390 - /tomcat/tc6.0.x/trunk/STATUS.txt Date: Tue, 28 Jun 2011 00:38:33 -0000 To: dev@tomcat.apache.org From: kkolinko@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110628003833.4CA1323888FD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: kkolinko Date: Tue Jun 28 00:38:32 2011 New Revision: 1140390 URL: http://svn.apache.org/viewvc?rev=1140390&view=rev Log: replace v3 patch for BZ 51400 with v4 patch and vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1140390&r1=1140389&r2=1140390&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/STATUS.txt (original) +++ tomcat/tc6.0.x/trunk/STATUS.txt Tue Jun 28 00:38:32 2011 @@ -151,10 +151,18 @@ PATCHES PROPOSED TO BACKPORT: * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51400 Avoid jvm bottleneck on String/byte[] conversion currently affecting a user - https://issues.apache.org/bugzilla/attachment.cgi?id=27212 + https://issues.apache.org/bugzilla/attachment.cgi?id=27214 Based on patches by Dave Engberg and Konstantin Preißer - +1: markt + +1: markt, kkolinko -1: + kkolinko: minor tweaks: + 1) in Request.java in two places: + s/new UnsupportedEncodingException()/new UnsupportedEncodingException(enc)/ + BTW, I see that this change to Request#setCharacterEncoding() has not been + applied to TC7 yet. + 2) in B2CConverter we might s/ConcurrentHashMap/HashMap/ as the map is + immutable at runtime. Though that is not of much difference. + * Fix truncated cookies. Based on https://issues.jboss.org/browse/JBWEB-196 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org