[CalendarServer-changes] [3537] CalendarServer/trunk/twistedcaldav/directory/calendar.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Dec 16 13:59:31 PST 2008


Revision: 3537
          http://trac.macosforge.org/projects/calendarserver/changeset/3537
Author:   wsanchez at apple.com
Date:     2008-12-16 13:59:30 -0800 (Tue, 16 Dec 2008)
Log Message:
-----------
Revoke DAV:read for DAV:authenticated from calendar homes

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/directory/calendar.py

Modified: CalendarServer/trunk/twistedcaldav/directory/calendar.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/calendar.py	2008-12-16 16:26:47 UTC (rev 3536)
+++ CalendarServer/trunk/twistedcaldav/directory/calendar.py	2008-12-16 21:59:30 UTC (rev 3537)
@@ -362,14 +362,6 @@
         myPrincipal = self.principalForRecord()
 
         aces = (
-            # DAV:read access for authenticated users.
-            davxml.ACE(
-                davxml.Principal(davxml.Authenticated()),
-                davxml.Grant(
-                    davxml.Privilege(davxml.Read()),
-                    davxml.Privilege(davxml.ReadCurrentUserPrivilegeSet()),
-                ),
-            ),
             # Inheritable DAV:all access for the resource's associated principal.
             davxml.ACE(
                 davxml.Principal(davxml.HRef(myPrincipal.principalURL())),
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20081216/441657d6/attachment.html>


More information about the calendarserver-changes mailing list