#917 Future-proof URL Changes
Closed: migrated 3 years ago by dmoluguw. Opened 10 years ago by mharmsen.

In PKI TRAC Ticket #868 REST API get certs links missing segment it was determined that the best way to fix the issue was to convert code containing individual path() calls:

  • URI uri = uriInfo.getBaseUriBuilder().path(CertResource.class).path("{id}").build(certId.toHexString());

to code which would call a path() method which utilizes the class's specific method:

  • URI uri = uriInfo.getBaseUriBuilder().path(CertResource.class, "getCert").build(certId.toHexString());

This ticket was filed so that this solution is applied to all other portions of the code.


Per CS/DS Meeting on 3/24/2014 - confirmed with alee.

[06/04/2014] - Moving to Milestone 10.3 due to schedule restrictions.

Metadata Update from @mharmsen:
- Issue set to the milestone: UNTRIAGED

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

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 Update from @dmoluguw:
- Issue close_status updated to: migrated
- Issue status updated to: Closed (was: Open)

3 years ago

Login to comment on this ticket.

Metadata