Author: kkolinko Date: Thu May 20 18:43:01 2010 New Revision: 946751 URL: http://svn.apache.org/viewvc?rev=946751&view=rev Log: proposal
Modified: tomcat/tc5.5.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt?rev=946751&r1=946750&r2=946751&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/STATUS.txt (original) +++ tomcat/tc5.5.x/trunk/STATUS.txt Thu May 20 18:43:01 2010 @@ -92,3 +92,8 @@ PATCHES PROPOSED TO BACKPORT: (apply to /container/catalina/src/bin/tool-wrapper.sh) +1: kkolinko -1: + +* Fix ByteChunk.indexOf(String, ...) when the string is of length 1 + http://svn.apache.org/viewvc?rev=945231&view=rev + +1: kkolinko + -1: Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=946751&r1=946750&r2=946751&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/STATUS.txt (original) +++ tomcat/tc6.0.x/trunk/STATUS.txt Thu May 20 18:43:01 2010 @@ -194,3 +194,18 @@ PATCHES PROPOSED TO BACKPORT: http://svn.apache.org/viewvc?rev=946686&view=rev +1: kkolinko -1: + +* Code cleanup in o.a.t.util.buf classes - port from tc5.5.x + (It is backport of r481614 of TC55, + cd java/org/apache/tomcat/util/buf + svn merge --ignore-ancestry --depth infinity -c 481614 https://svn.apache.org/repos/asf/tomcat/connectors/trunk/util/java/org/apache/tomcat/util/b...@481614 . + plus resolving a conflict in UDecoder.java + ) Patch: + http://people.apache.org/~kkolinko/patches/2010-05-20_tc6_r481614_cleanup.patch + +1: kkolinko + -1: + +* Fix ByteChunk.indexOf(String, ...) when the string is of length 1 + http://svn.apache.org/viewvc?rev=945231&view=rev + +1: kkolinko + -1: --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org