-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 1.0
-
Component/s: security-libs
-
merlin
-
generic
-
solaris_2.6
X500Principal.equals should be changed to:
if (o instanceof X500Principal) {
X500Principal that = (X500Principal)o;
return thisX500Name.equals(that.thisX500Name);
}
if (o instanceof X500Principal) {
X500Principal that = (X500Principal)o;
return thisX500Name.equals(that.thisX500Name);
}