summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2012-02-01 21:44:20 -0600
committerEndi Sukma Dewata <edewata@redhat.com>2012-02-29 09:55:46 -0600
commitdb9caadf192227d724ebf084d9ef56c865e5b969 (patch)
tree48339c103d1d0a4c1d2effe6c97a3f885620395e
parenta0824523105996829fa750f26a74bce6be3fbae0 (diff)
downloadpki-db9caadf192227d724ebf084d9ef56c865e5b969.tar.gz
pki-db9caadf192227d724ebf084d9ef56c865e5b969.tar.xz
pki-db9caadf192227d724ebf084d9ef56c865e5b969.zip
Fixed problems shared port.
Some subsystems could not be created using a shared port because it would generate a web.xml with invalid nested comment. The web.xml templates has been fixed to remove the nested comment. Ticket #112
-rw-r--r--pki/base/kra/shared/webapps/kra/WEB-INF/web.xml3
-rw-r--r--pki/base/ocsp/shared/webapps/ocsp/WEB-INF/web.xml3
-rw-r--r--pki/base/tks/shared/webapps/tks/WEB-INF/web.xml3
3 files changed, 0 insertions, 9 deletions
diff --git a/pki/base/kra/shared/webapps/kra/WEB-INF/web.xml b/pki/base/kra/shared/webapps/kra/WEB-INF/web.xml
index 4e9027acc..529aeadbc 100644
--- a/pki/base/kra/shared/webapps/kra/WEB-INF/web.xml
+++ b/pki/base/kra/shared/webapps/kra/WEB-INF/web.xml
@@ -792,9 +792,6 @@
<url-pattern> /log </url-pattern>
<url-pattern> /ug </url-pattern>
<url-pattern> /acl </url-pattern>
-<!--
- <url-pattern> /jobsScheduler </url-pattern>
--->
<url-pattern> /kra </url-pattern>
</filter-mapping>
diff --git a/pki/base/ocsp/shared/webapps/ocsp/WEB-INF/web.xml b/pki/base/ocsp/shared/webapps/ocsp/WEB-INF/web.xml
index 7ac6247e3..b31bd751e 100644
--- a/pki/base/ocsp/shared/webapps/ocsp/WEB-INF/web.xml
+++ b/pki/base/ocsp/shared/webapps/ocsp/WEB-INF/web.xml
@@ -481,9 +481,6 @@
<url-pattern> /auths </url-pattern>
<url-pattern> /ug </url-pattern>
<url-pattern> /log </url-pattern>
-<!--
- <url-pattern> /jobsScheduler </url-pattern>
--->
<url-pattern> /acl </url-pattern>
<url-pattern> /server </url-pattern>
<url-pattern> /ocsp </url-pattern>
diff --git a/pki/base/tks/shared/webapps/tks/WEB-INF/web.xml b/pki/base/tks/shared/webapps/tks/WEB-INF/web.xml
index 34517a63d..28276fda0 100644
--- a/pki/base/tks/shared/webapps/tks/WEB-INF/web.xml
+++ b/pki/base/tks/shared/webapps/tks/WEB-INF/web.xml
@@ -350,9 +350,6 @@
<url-pattern> /auths </url-pattern>
<url-pattern> /ug </url-pattern>
<url-pattern> /log </url-pattern>
-<!--
- <url-pattern> /jobsScheduler </url-pattern>
--->
<url-pattern> /acl </url-pattern>
<url-pattern> /server </url-pattern>
</filter-mapping>