JDK-8042865 : Xerces Update: Fix bug in xpointer from JDK-8037259
  • Type: Bug
  • Component: xml
  • Sub-Component: jaxp
  • Priority: P4
  • Status: Resolved
  • Resolution: Duplicate
  • Submitted: 2014-05-09
  • Updated: 2014-06-18
  • Resolved: 2014-06-18
Related Reports
Relates :  
Description
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

Comments
Fixed as part of JDK-8041523.
18-06-2014