summaryrefslogtreecommitdiffstats
path: root/base/ca/shared/webapps/ca/WEB-INF/web.xml
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2012-08-03 09:55:53 -0500
committerEndi Sukma Dewata <edewata@redhat.com>2012-10-22 17:12:35 -0500
commitc1f9b3999a3dc5020b08fa4106c6c3a632183de9 (patch)
tree0f704527ab7d26848851f6d47b12c8cbdd2995f9 /base/ca/shared/webapps/ca/WEB-INF/web.xml
parent1723a2ecd9d4d741ecd6d292712eeaea9d19bde9 (diff)
downloadpki-c1f9b3999a3dc5020b08fa4106c6c3a632183de9.tar.gz
pki-c1f9b3999a3dc5020b08fa4106c6c3a632183de9.tar.xz
pki-c1f9b3999a3dc5020b08fa4106c6c3a632183de9.zip
Enabled realm authentication for certificate requests.
The realm authentication on certificate request REST services has been enabled. Since now in the CLI the authentication is done using a separate login operation, it is now possible to POST the approval data without the problem related to chunked message. Ticket #300
Diffstat (limited to 'base/ca/shared/webapps/ca/WEB-INF/web.xml')
-rw-r--r--base/ca/shared/webapps/ca/WEB-INF/web.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/ca/shared/webapps/ca/WEB-INF/web.xml b/base/ca/shared/webapps/ca/WEB-INF/web.xml
index 47ad924c5..286d1e33f 100644
--- a/base/ca/shared/webapps/ca/WEB-INF/web.xml
+++ b/base/ca/shared/webapps/ca/WEB-INF/web.xml
@@ -2414,7 +2414,7 @@
<security-constraint>
<web-resource-collection>
<web-resource-name>Agent Services</web-resource-name>
- <url-pattern>/rest/agent/certs/*</url-pattern>
+ <url-pattern>/rest/agent/*</url-pattern>
</web-resource-collection>
<auth-constraint>
<role-name>*</role-name>