#416 Unable to search certs by date
Closed: Fixed None Opened 11 years ago by edewata.

Searching certs by date fails:

# pki cert-find --issuedOn=1231323234
ClientResponseFailure: Error status 500 Internal Server Error returned

This is because the server enters an infinite loop in CertSearchRequest.getIssuedOnTo():

public String getIssuedOnTo() {
    return getIssuedOnTo();
}

master:

  • cef7a7704f9f4b48c0a9b242fabd3a919f2068d5

Metadata Update from @edewata:
- Issue assigned to vakwetu
- Issue set to the milestone: 10.0.0-0.X.rc1

7 years ago

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/987

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.

Login to comment on this ticket.

Metadata