#206 Incorrect equals() and missing hashCode() in X500Name and RDN
Closed: Fixed Opened by edewata.

The equals() in X500Name and RDN should be defined with this signature:

public boolean equals(Object other) { ... }

The hashCode() are also missing from these classes.


master: 3153fa5ba15d402b4729a649737d02eead5a5064

Metadata Update from @edewata:
- Issue assigned to edewata
- Issue set to the milestone: Dogtag 10.0 - Phase 3

Dogtag PKI is moving from Pagure issues to GitHub issues. This means that existing or new
issues will be reported and tracked through Dogtag PKI's GitHub Issue tracker.

This issue has been cloned to GitHub and is available here:
https://github.com/dogtagpki/pki/issues/777

If you want to receive further updates on the issue, please navigate to the
GitHub issue and click on Subscribe button.

Thank you for understanding, and we apologize for any inconvenience.

Metadata