Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.7.0, 2.7.1, 2.8.0, 2.8.1, 2.9.0
-
None
Description
Class org.apache.xerces.jaxp.validation.DOMValidatorHelper has function private void validate(Node node) that traverses the descendants of a DOM node.
In this traversal, nodes are compared with '=='. This may give problems with DOM implementations other than the Xerces implementation.
Similar issue: case XERCESJ-1127