aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor <gregor@d688527b-c9ab-4aba-bd8d-4036d912da1d>2005-04-20 09:44:00 +0000
committergregor <gregor@d688527b-c9ab-4aba-bd8d-4036d912da1d>2005-04-20 09:44:00 +0000
commitfba4e87e57c92331f2aa14be78a5a07ad5f9ded7 (patch)
treee369cad45eaee655800164543e4448899e9fc175
parent74629107e00dbe80a77686ceefaf059369193914 (diff)
downloadmoa-id-spss-fba4e87e57c92331f2aa14be78a5a07ad5f9ded7.tar.gz
moa-id-spss-fba4e87e57c92331f2aa14be78a5a07ad5f9ded7.tar.bz2
moa-id-spss-fba4e87e57c92331f2aa14be78a5a07ad5f9ded7.zip
Bug 246 behoben.
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@312 d688527b-c9ab-4aba-bd8d-4036d912da1d
-rw-r--r--spss.server/web.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/spss.server/web.xml b/spss.server/web.xml
index 02db421ac..b68ee850e 100644
--- a/spss.server/web.xml
+++ b/spss.server/web.xml
@@ -2,7 +2,7 @@
<!DOCTYPE web-app
PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
- "http://java.sun.com/j2ee/dtds/web-app_2_3.dtd">
+ "http://java.sun.com/dtd/web-app_2_3.dtd">
<web-app>
<display-name>MOA SP-SS</display-name>
@@ -45,4 +45,11 @@
<auth-method>BASIC</auth-method>
<realm-name>UserDatabase</realm-name>
</login-config>
+
+ <security-role>
+ <description>
+ The role that is required to log in to the moa Application
+ </description>
+ <role-name>moa-admin</role-name>
+ </security-role>
</web-app>