-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
7u80
Xerxes XML parser shipped with JDK doesn't handle unicode chars outside the
basic multilingual plane
The parser when given a string with chars outside the BMP (unicode range:
U0000 - UFFFF) will append additional chars to the resulting string.
This actually caused out of memory error.
- duplicates
-
JDK-8058175 [XML 1.0/1.1] - Attribute values with supplemental characters are being corrupted.
- Resolved