Author: kkolinko Revision: 1582009 Modified property: svn:log Modified: svn:log at Wed Mar 26 19:50:41 2014 ------------------------------------------------------------------------------ --- svn:log (original) +++ svn:log Wed Mar 26 19:50:41 2014 @@ -0,0 +1,2 @@ +Fix custom UTF-8 decoder so that a byte of value 0xC1 is always rejected immediately as it is never valid in a UTF-8 byte sequence. Update UTF-8 decoder tests to account for UTF-8 decoding improvements in Java 8. +The custom UTF-8 decoder is still required due to bugs in the UTF-8 decoder provided by Java. Java 8's decoder is better than Java 7's but it is still buggy.
--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org