#1153 Remove redundant exceptions in PKIConnection
Closed: migrated by dmoluguw. Opened by edewata.

The PKIConnection contains the following method:

@Override
public Socket connectSocket(Socket sock,
        InetSocketAddress remoteAddress,
        InetSocketAddress localAddress,
        HttpParams params)
        throws IOException,
        UnknownHostException,
        ConnectTimeoutException {
    ....
}

The UnknownHostException and ConnectTimeoutException can be removed from the exception list because they both inherit from IOException. This will remove explicit dependency on Apache/Jakarta Commons Client library.


Per Dogtag 10.2.3 Triage meeting of 09/24/2014 - proposed Milestone: 10.2.3

Per Dogtag 10.2.X meeting of 01/14/2015: Milestone 10.3

Metadata Update from @edewata:
- Issue set to the milestone: 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/1716

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