[CalendarServer-changes] [930] CalendarServer/branches/users/cdaboo/cuproxy-857/twistedcaldav/ schedule.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Jan 4 21:18:31 PST 2007


Revision: 930
          http://trac.macosforge.org/projects/calendarserver/changeset/930
Author:   wsanchez at apple.com
Date:     2007-01-04 21:18:31 -0800 (Thu, 04 Jan 2007)

Log Message:
-----------
Fix comment

Modified Paths:
--------------
    CalendarServer/branches/users/cdaboo/cuproxy-857/twistedcaldav/schedule.py

Modified: CalendarServer/branches/users/cdaboo/cuproxy-857/twistedcaldav/schedule.py
===================================================================
--- CalendarServer/branches/users/cdaboo/cuproxy-857/twistedcaldav/schedule.py	2007-01-05 04:10:33 UTC (rev 929)
+++ CalendarServer/branches/users/cdaboo/cuproxy-857/twistedcaldav/schedule.py	2007-01-05 05:18:31 UTC (rev 930)
@@ -86,7 +86,6 @@
         )
 
     def defaultAccessControlList(self):
-        
         return davxml.ACL(
             # CalDAV:schedule for any authenticated user
             davxml.ACE(
@@ -105,14 +104,13 @@
     """
 
     def defaultAccessControlList(self):
-        
         if config.CalendarUserProxyEnabled:
             # FIXME: directory.principalCollection smells like a hack
             # See DirectoryPrincipalProvisioningResource.__init__()
             myPrincipal = self._parent._parent._parent.directory.principalCollection.principalForRecord(self.record)
     
             return davxml.ACL(
-                # CalDAV:schedule for any authenticated user
+                # CalDAV:schedule for associated write proxies
                 davxml.ACE(
                     davxml.Principal(davxml.HRef(joinURL(myPrincipal.principalURL(), "calendar-proxy-write"))),
                     davxml.Grant(

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20070104/f05ca5e9/attachment.html


More information about the calendarserver-changes mailing list