#3035 Removing client dependency on servlet API
Closed: fixed Opened by edewata.

Currently the pki-tools package has a dependency on tomcat-servlet-x.y-api package. The pki-tools package is actually a client package, so it should not have a dependency on Servlet API.

The dependency seems to be caused by the following method:

public class CertSearchRequest {
    public void buildFromServletRequest(HttpServletRequest req) {
        //Set values from the servlet request
        if (req == null) {
            return;
        }
    }
}

The method is actually not used so it should be removed such that pki-tools dependency on tomcat-servlet-x.y-api can be dropped as well.


Metadata Update from @edewata:
- Issue assigned to edewata

Fixed in master:

  • https://github.com/dogtagpki/pki/commit/b6142812ee7c3c65370fecd7a5920e86120e58a3

Metadata Update from @edewata:
- Custom field component adjusted to None
- Custom field feature adjusted to None
- Custom field origin adjusted to None
- Custom field proposedmilestone adjusted to None
- Custom field proposedpriority adjusted to None
- Custom field reviewer adjusted to None
- Custom field type adjusted to None
- Custom field version adjusted to None
- Issue close_status updated to: fixed
- Issue set to the milestone: 10.6.2
- Issue status updated to: Closed (was: Open)

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

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