Resolved: (XERCESJ-1249) Node comparison with == should be replaced by is 2007-05-20 - By Michael Glavassevich (JIRA)
[ https://issues.apache.org/jira/browse/XERCESJ-1249?page=com.atlassian .jira.plugin.system.issuetabpanels:all-tabpanel ]
Michael Glavassevich resolved XERCESJ-1249. -------------------------------------------
Resolution: Fixed
Carla, I've just committed a fix to SVN. You should be able to verify it with one of the regular Gump builds [1]. Look for a jar dated after May 20th. It might take a day or two to show up there.
[1] http://vmgump.apache.org/gump/public-jars/xml-xerces2/jars/
> Node comparison with == should be replaced by isSameNode() test for DOM Level 3 nodes > ----------------------------------------------------------------------------- -------- > > Key: XERCESJ-1249 > URL: https://issues.apache.org/jira/browse/XERCESJ-1249 > Project: Xerces2-J > Issue Type: Bug > Components: JAXP (javax.xml.validation) > Affects Versions: 2.7.0, 2.7.1, 2.8.0, 2.8.1, 2.9.0 > Reporter: Carla Spruit > Assigned To: Michael Glavassevich > > 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
-- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.
--------------------------------------------------------------------- To unsubscribe, e-mail: j-dev-unsubscribe@(protected) For additional commands, e-mail: j-dev-help@(protected)
|
|