summaryrefslogtreecommitdiffstats
path: root/base/ocsp/shared/webapps/ocsp/WEB-INF/web.xml
diff options
context:
space:
mode:
authorAde Lee <alee@redhat.com>2013-01-24 10:03:23 -0500
committerAde Lee <alee@redhat.com>2013-02-11 11:16:08 -0500
commit56a30f1a24860549508e7028da1519b5b0d2906a (patch)
tree2c0207e3485b3491f1757883cfc1de278f926266 /base/ocsp/shared/webapps/ocsp/WEB-INF/web.xml
parentc687255a284008f9ee5c998b7c8d5705a3e21880 (diff)
downloadpki-56a30f1a24860549508e7028da1519b5b0d2906a.tar.gz
pki-56a30f1a24860549508e7028da1519b5b0d2906a.tar.xz
pki-56a30f1a24860549508e7028da1519b5b0d2906a.zip
remove unneeded getTokenInfo servlet
Diffstat (limited to 'base/ocsp/shared/webapps/ocsp/WEB-INF/web.xml')
-rw-r--r--base/ocsp/shared/webapps/ocsp/WEB-INF/web.xml18
1 files changed, 0 insertions, 18 deletions
diff --git a/base/ocsp/shared/webapps/ocsp/WEB-INF/web.xml b/base/ocsp/shared/webapps/ocsp/WEB-INF/web.xml
index 1deadc9dc..eb29dc154 100644
--- a/base/ocsp/shared/webapps/ocsp/WEB-INF/web.xml
+++ b/base/ocsp/shared/webapps/ocsp/WEB-INF/web.xml
@@ -393,19 +393,6 @@
<param-value> BasicAclAuthz </param-value> </init-param>
</servlet>
- <servlet>
- <servlet-name> ocspGetTokenInfo </servlet-name>
- <servlet-class> com.netscape.cms.servlet.csadmin.GetTokenInfo </servlet-class>
- <init-param><param-name> GetClientCert </param-name>
- <param-value> false </param-value> </init-param>
- <init-param><param-name> authority </param-name>
- <param-value> ocsp </param-value> </init-param>
- <init-param><param-name> ID </param-name>
- <param-value> ocspGetTokenInfo </param-value> </init-param>
- <init-param><param-name> interface </param-name>
- <param-value> ee </param-value> </init-param>
- </servlet>
-
<listener>
<listener-class> org.jboss.resteasy.plugins.server.servlet.ResteasyBootstrap </listener-class>
</listener>
@@ -573,11 +560,6 @@
<url-pattern> /admin/console/config/savepkcs12 </url-pattern>
</servlet-mapping>
- <servlet-mapping>
- <servlet-name> ocspGetTokenInfo </servlet-name>
- <url-pattern> /ee/ocsp/getTokenInfo </url-pattern>
- </servlet-mapping>
-
<!-- ==================== Default Session Configuration =============== -->
<!-- You can set the default session timeout (in minutes) for all newly -->
<!-- created sessions by modifying the value below. -->