You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2006/11/15 23:13:03 UTC

svn commit: r475460 - /portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/page.security

Author: taylor
Date: Wed Nov 15 14:13:03 2006
New Revision: 475460

URL: http://svn.apache.org/viewvc?view=rev&rev=475460
Log:
meant for this constraint to be on roles, not users

Modified:
    portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/page.security

Modified: portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/page.security
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/page.security?view=diff&rev=475460&r1=475459&r2=475460
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/page.security (original)
+++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/page.security Wed Nov 15 14:13:03 2006
@@ -41,11 +41,11 @@
   </security-constraints-def>
   <security-constraints-def name="AEUV">
     <security-constraint>
-      <users>admin</users>
+      <roles>admin</roles>
       <permissions>view, edit</permissions>
     </security-constraint>
     <security-constraint>
-      <users>user</users>
+      <roles>user</roles>
       <permissions>view</permissions>
     </security-constraint>    
   </security-constraints-def>



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org