A bug was added as part of updating the xerces code in JDK-8037259. This resulted in JCK test failures:
./api/xinclude/Nist/Nist-include-37_Nist-include-37.jtr
./api/xinclude/Nist/Nist-include-38_Nist-include-38.jtr
The error can be fixed by updating the addToken(String tokenStr) function in:
./src/com/sun/org/apache/xerces/internal/xpointer/ElementSchemePointer.java
./src/com/sun/org/apache/xerces/internal/xpointer/XPointerHandler.java
./api/xinclude/Nist/Nist-include-37_Nist-include-37.jtr
./api/xinclude/Nist/Nist-include-38_Nist-include-38.jtr
The error can be fixed by updating the addToken(String tokenStr) function in:
./src/com/sun/org/apache/xerces/internal/xpointer/ElementSchemePointer.java
./src/com/sun/org/apache/xerces/internal/xpointer/XPointerHandler.java
- relates to
-
JDK-8037259 Xerces Update: XPointer update
-
- Resolved
-