#744 Remove unused RESTEasy parameter
Closed: migrated 3 years ago by dmoluguw. Opened 10 years ago by edewata.

The web.xml in all subsystems contains the following RESTEasy parameter:

<context-param>
   <param-name>resteasy.resource.method-interceptors</param-name>
   <param-value>
      org.jboss.resteasy.core.ResourceMethodSecurityInterceptor
   </param-value>
</context-param>

According to the following bug, the parameter name is actually incorrect:
https://issues.jboss.org/browse/RESTEASY-245

Since Dogtag has been working fine, the parameter is most likely redundant so it should be removed using an upgrade script.


Metadata Update from @edewata:
- 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/1311

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