You are not logged in Log in Join
You are here: Home » Members » ivo » Ivo's patches » Patch that introduces new webdav permission

Log in
Name

Password

 
 
*** Zope-2.3.2-orig/lib/python/webdav/Resource.py       Tue Mar 27 21:50:37 2001
--- Zope-2.3.2-src/lib/python/webdav/Resource.py        Mon May 14 19:16:46 2001
***************
*** 109,115 ****

      __ac_permissions__=(
          ('View',                             ('HEAD',)),
!         ('Access contents information',      ('PROPFIND',)),
          ('Manage properties',                ('PROPPATCH',)),
          ('Delete objects',                   ('DELETE',)),
      )
--- 109,115 ----

      __ac_permissions__=(
          ('View',                             ('HEAD',)),
!         ('Access contents information through WebDav',      ('PROPFIND',)),
          ('Manage properties',                ('PROPPATCH',)),
          ('Delete objects',                   ('DELETE',)),
      )