-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 5.0u4
-
Component/s: client-libs
-
b03
-
generic
-
generic
Please first read Comments section here and in 6317399.
State of bug 4937510 says: closed, fixed.
Almost true -- there's still the following bug:
In java/beans/XMLEncoder.java (5.0u4):
// wrong line 486
out.write(' ');
// correction:
out.write(" ".getBytes(encoding));
State of bug 4937510 says: closed, fixed.
Almost true -- there's still the following bug:
In java/beans/XMLEncoder.java (5.0u4):
// wrong line 486
out.write(' ');
// correction:
out.write(" ".getBytes(encoding));
- relates to
-
JDK-4937510 java.beans.XMLEncoder uses String.getBytes - native encoding incorrectly assumed
-
- Resolved
-
-
JDK-6317399 umbrella bug: various J2SE 5.0 encoding bugs with limited number of root causes
-
- Closed
-