-
Enhancement
-
Resolution: Fixed
-
P4
-
1.0
-
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);
}