ozeigermann    2004/10/26 13:53:43

  Modified:    src/conf/webapp Domain.xml
  Log:
  Made fine grain locking the default webdav locking
  
  Revision  Changes    Path
  1.69      +2 -2      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.68
  retrieving revision 1.69
  diff -u -r1.68 -r1.69
  --- Domain.xml        19 Aug 2004 23:05:25 -0000      1.68
  +++ Domain.xml        26 Oct 2004 20:53:43 -0000      1.69
  @@ -73,8 +73,8 @@
               <parameter name="acl_inheritance_type">path</parameter>
               <!-- Nested roles: 0 means no nesting (default), 1 means one sublevel, 
etc. -->
               <parameter name="nested_roles_maxdepth">0</parameter>
  -            <!-- Can be "off", "write" and "full" -->
  -            <parameter name="sequential-mode">full</parameter>
  +            <!-- Can be "off", "fine-grain", "write" and "full" -->
  +            <parameter name="sequential-mode">fine-grain</parameter>
               <!-- "false" lets all read-only methods be executed outside of 
transactions -->
               <parameter name="all-methods-in-transactions">true</parameter>
               <!-- Setting this to true will force Slide to internally convert the 
username a user
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to