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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org