[CalendarServer-changes] [5644] CalendarServer/trunk/twistedcaldav/static.py

source_changes at macosforge.org source_changes at macosforge.org
Mon May 24 10:34:39 PDT 2010


Revision: 5644
          http://trac.macosforge.org/projects/calendarserver/changeset/5644
Author:   cdaboo at apple.com
Date:     2010-05-24 10:34:34 -0700 (Mon, 24 May 2010)
Log Message:
-----------
Disable setting ACLs on the home collections which have hard-coded defaults.

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/static.py

Modified: CalendarServer/trunk/twistedcaldav/static.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/static.py	2010-05-23 00:41:22 UTC (rev 5643)
+++ CalendarServer/trunk/twistedcaldav/static.py	2010-05-24 17:34:34 UTC (rev 5644)
@@ -1801,6 +1801,9 @@
 bindMethods(twistedcaldav.method, CalDAVFile)
 
 # Some resources do not support some methods
+setattr(CalendarHomeFile, "http_ACL", None)
+setattr(AddressBookHomeFile, "http_ACL", None)
+
 setattr(DropBoxCollectionFile, "http_MKCALENDAR", None)
 setattr(DropBoxChildFile, "http_MKCOL", None)
 setattr(DropBoxChildFile, "http_MKCALENDAR", None)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100524/d62003e3/attachment.html>


More information about the calendarserver-changes mailing list