remm        01/02/09 11:13:28

  Modified:    src/conf/webapp Domain.xml
  Log:
  - Add some additional permissions.
  - Change inheritance -> inheritable.
  
  Revision  Changes    Path
  1.11      +5 -3      jakarta-slide/src/conf/webapp/Domain.xml
  
  Index: Domain.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/conf/webapp/Domain.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- Domain.xml        2001/02/09 09:26:59     1.10
  +++ Domain.xml        2001/02/09 19:13:25     1.11
  @@ -73,9 +73,9 @@
           
           <permission action="/actions" subject="admin"/>
           <permission action="/actions/read" subject="user"
  -         inheritance="false"/>
  +         inheritable="false"/>
           <permission action="/actions/read" subject="nobody"
  -         inheritance="false"/>
  +         inheritable="false"/>
           
           <!-- /users represents the unauthenticated user -->
           
  @@ -84,7 +84,9 @@
             
             <permission action="/actions" subject="~"/>
             <permission action="/actions" subject="nobody"
  -           inheritance="false" negative="true"/>
  +           inheritable="false" negative="true"/>
  +          <permission action="/actions/read" subject="user"
  +           inheritable="false"/>
             
             <!-- /users/root represents the administrator -->
             
  
  
  

Reply via email to