https://issues.apache.org/bugzilla/show_bug.cgi?id=40897
Chad La Joie <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #7 from Chad La Joie <[email protected]> 2010-10-16 07:03:50 EDT --- In rev 1023243 I committed an update that I believe catches all the places that == is used for string comparisons and replaces it with equals(). I also deprecated org.apache.xml.security.utils.ElementChecker and org.apache.xml.security.utils.ElementCheckerImpl which were used to attempt to hide the difference between equals() and == This should resolve this issues unless I missed an occurrence. It would be really helpful if those individuals who commented on this issues who are not using Xerces could run unit test org.apache.xml.security.test.c14n.implementations.Canonicalizer20010315ExclusiveTest and let us know if this issue isn't resolved. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
