#1694 Removing obsolete URL
Closed: migrated by dmoluguw. Opened by edewata.

During installation the ConfigurationUtils.updateSecurityDomain() tries to register the new subsystem to the security domain using an old servlet first, then falls back to a new servlet if it fails:

String url = "/ca/admin/ca/updateDomainXML";
try {
    updateDomainXML(..., url, ...);
} catch (Exception e) {
    url = "/ca/agent/ca/updateDomainXML";
    updateDomainXML(..., url, ...);
}

A similar code also exists in pkihelper.py to deregister the subsystem.

The old servlet actually no longer exists in any version of security domains that are currently supported, and the current code may hide actual problems, so the old should no longer be called. This will reduce the amount of misleading error messages.


This will require a lot of testings.

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

Metadata Update from @mharmsen:
- Custom field feature adjusted to None
- Custom field lowhangingfruit adjusted to vakwetu: X
- Custom field proposedmilestone adjusted to None
- Custom field proposedpriority adjusted to None
- Custom field reviewer adjusted to None
- Custom field version adjusted to None
- Issue close_status updated to: None
- Issue set to the milestone: FUTURE (was: UNTRIAGED)

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

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)

Metadata