Author: rwatler
Date: Tue May 5 00:00:05 2009
New Revision: 771506
URL: http://svn.apache.org/viewvc?rev=771506&view=rev
Log:
JS2-973: fix web.xml syntax
Modified:
portals/applications/demo/trunk/src/main/webapp/WEB-INF/web.xml
Modified: portals/applications/demo/trunk/src/main/webapp/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/portals/applications/demo/trunk/src/main/webapp/WEB-INF/web.xml?rev=771506&r1=771505&r2=771506&view=diff
==============================================================================
--- portals/applications/demo/trunk/src/main/webapp/WEB-INF/web.xml (original)
+++ portals/applications/demo/trunk/src/main/webapp/WEB-INF/web.xml Tue May 5
00:00:05 2009
@@ -154,21 +154,20 @@
</auth-constraint>
</security-constraint>
- <security-role>
- <role-name>tomat</role-name>
- </security-role>
-
<login-config>
<auth-method>BASIC</auth-method>
<realm-name>Jetspeed</realm-name>
</login-config>
<security-role>
+ <role-name>tomcat</role-name>
+ </security-role>
+
+ <security-role>
<description>The role that is required to log in to the Agent</description>
<role-name>agent</role-name>
</security-role>
-
<security-role>
<description>The admin role</description>
<role-name>admin</role-name>