Author: kkolinko Date: Mon Oct 1 11:32:00 2012 New Revision: 1392285 URL: http://svn.apache.org/viewvc?rev=1392285&view=rev Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=52579 Add a note about Sun's Charset.decode() bug to the RELEASE-NOTES file
Modified: tomcat/tc6.0.x/trunk/RELEASE-NOTES tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.x/trunk/RELEASE-NOTES URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/RELEASE-NOTES?rev=1392285&r1=1392284&r2=1392285&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/RELEASE-NOTES (original) +++ tomcat/tc6.0.x/trunk/RELEASE-NOTES Mon Oct 1 11:32:00 2012 @@ -185,6 +185,20 @@ Viewing the Tomcat Change Log: See changelog.html in this directory. +============================================ +Multi-byte charset handling bug in Java 1.5: +============================================ +Public versions of Sun/Oracle Java 1.5 are known to have a nasty bug in +implementation of Charset.decode() method for certain character sets. + +For details, test and a list of affected character sets see: + +http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6196991 +https://issues.apache.org/bugzilla/show_bug.cgi?id=52579 + +The UTF-8 charset is not affected by this issue. + + ============================= Cryptographic software notice ============================= Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?rev=1392285&r1=1392284&r2=1392285&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Mon Oct 1 11:32:00 2012 @@ -386,6 +386,10 @@ Update Apache Commons Pool to 1.5.7. (kkolinko) </update> <update> + <bug>52579</bug>: Add a note about Sun's Charset.decode() bug to the + RELEASE-NOTES file. (kkolinko) + </update> + <update> <bug>52805</bug>: Update to Eclipse JDT Compiler 3.7.2. (kkolinko) </update> <update> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org