You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2014/03/26 20:50:41 UTC

svn propchange: r1582009 - svn:log

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