- From: Mercurial notifier <nobody@w3.org>
- Date: Mon, 14 Jun 2010 09:22:34 -0400
- To: Unicorn Updates <www-validator-cvs@w3.org>
changeset: 1216:47e665677735
user: Thomas Gambet <tgambet@w3.org>
date: Sat Jun 12 23:38:38 2010 -0400
files: WebContent/WEB-INF/web.xml
description:
added description of unicorn_admin group
diff -r a79b2d1d8ff0 -r 47e665677735 WebContent/WEB-INF/web.xml
--- a/WebContent/WEB-INF/web.xml Sat Jun 12 23:37:38 2010 -0400
+++ b/WebContent/WEB-INF/web.xml Sat Jun 12 23:38:38 2010 -0400
@@ -60,4 +60,10 @@
<auth-method>DIGEST</auth-method>
<realm-name>Unicorn Initialization</realm-name>
</login-config>
+ <security-role>
+ <description>
+ Unicorn Administrators
+ </description>
+ <role-name>unicorn_admin</role-name>
+ </security-role>
</web-app>
\ No newline at end of file
Received on Monday, 14 June 2010 13:25:08 UTC