[CalendarServer-changes] [2573] CalendarServer/trunk/twistedcaldav

source_changes at macosforge.org source_changes at macosforge.org
Tue Jun 17 11:28:38 PDT 2008


Revision: 2573
          http://trac.macosforge.org/projects/calendarserver/changeset/2573
Author:   wsanchez at apple.com
Date:     2008-06-17 11:28:36 -0700 (Tue, 17 Jun 2008)

Log Message:
-----------
Change rootACL to RootResourceACL.

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/config.py
    CalendarServer/trunk/twistedcaldav/root.py

Modified: CalendarServer/trunk/twistedcaldav/config.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/config.py	2008-06-17 18:19:42 UTC (rev 2572)
+++ CalendarServer/trunk/twistedcaldav/config.py	2008-06-17 18:28:36 UTC (rev 2573)
@@ -294,7 +294,7 @@
                 )
             )
 
-        self.rootACL = davxml.ACL(*aces)
+        self.RootResourceACL = davxml.ACL(*aces)
 
         #
         # FIXME: Use the config object instead of doing this here

Modified: CalendarServer/trunk/twistedcaldav/root.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/root.py	2008-06-17 18:19:42 UTC (rev 2572)
+++ CalendarServer/trunk/twistedcaldav/root.py	2008-06-17 18:28:36 UTC (rev 2573)
@@ -42,7 +42,7 @@
 
 class RootACLMixIn (object):
     def defaultAccessControlList(self):
-        return config.rootACL
+        return config.RootResourceACL
 
     def accessControlList(self, request, inheritance=True, expanding=False, inherited_aces=None):
         # Permissions here are fixed, and are not subject to inherritance rules, etc.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080617/36c0812b/attachment.htm 


More information about the calendarserver-changes mailing list