Author: kkolinko
Date: Mon Oct 1 11:25:48 2012
New Revision: 1392280
URL: http://svn.apache.org/viewvc?rev=1392280&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/tc5.5.x/trunk/build/RELEASE-NOTES
tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml
Modified: tomcat/tc5.5.x/trunk/build/RELEASE-NOTES
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/build/RELEASE-NOTES?rev=1392280&r1=1392279&r2=1392280&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/build/RELEASE-NOTES (original)
+++ tomcat/tc5.5.x/trunk/build/RELEASE-NOTES Mon Oct 1 11:25:48 2012
@@ -190,6 +190,21 @@ Viewing the Tomcat Change Log:
See changelog.html in this directory.
+====================================================
+Multi-byte charset handling bug in Java 1.4 and 1.5:
+====================================================
+Public versions of Sun/Oracle Java 1.4 and 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/tc5.5.x/trunk/container/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml?rev=1392280&r1=1392279&r2=1392280&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml (original)
+++ tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml Mon Oct 1
11:25:48 2012
@@ -112,6 +112,10 @@
<bug>52640</bug>: Correct set the endorsed directory location when
using
the Windows installer. (markt)
</fix>
+ <update>
+ <bug>52579</bug>: Add a note about Sun's Charset.decode() bug to the
+ RELEASE-NOTES file. (kkolinko)
+ </update>
</changelog>
</subsection>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]