Author: taylor
Date: Wed Nov 7 10:04:13 2007
New Revision: 592836
URL: http://svn.apache.org/viewvc?rev=592836&view=rev
Log:
patch from Mohan K, remove warnings at startup
Modified:
portals/jetspeed-2/branches/JETSPEED-2.1.3/src/webapp/WEB-INF/web.xml
Modified: portals/jetspeed-2/branches/JETSPEED-2.1.3/src/webapp/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/branches/JETSPEED-2.1.3/src/webapp/WEB-INF/web.xml?rev=592836&r1=592835&r2=592836&view=diff
==============================================================================
--- portals/jetspeed-2/branches/JETSPEED-2.1.3/src/webapp/WEB-INF/web.xml
(original)
+++ portals/jetspeed-2/branches/JETSPEED-2.1.3/src/webapp/WEB-INF/web.xml Wed
Nov 7 10:04:13 2007
@@ -313,4 +313,14 @@
</form-login-config>
</login-config>
+ <security-role>
+ <description>Portal Administrator</description>
+ <role-name>admin</role-name>
+ </security-role>
+
+ <security-role>
+ <description>Portal User</description>
+ <role-name>portal-user</role-name>
+ </security-role>
+
</web-app>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]