[CalendarServer-changes] [2192] CalendarServer/trunk/lib-patches/Twisted/twisted.web2.dav.element. rfc3744.patch

source_changes at macosforge.org source_changes at macosforge.org
Tue Mar 4 17:43:58 PST 2008


Revision: 2192
          http://trac.macosforge.org/projects/calendarserver/changeset/2192
Author:   cdaboo at apple.com
Date:     2008-03-04 17:43:58 -0800 (Tue, 04 Mar 2008)

Log Message:
-----------
Fix incorrect element definition. This is actuall needed for PrivateEvents since that is the first
place where we use "inverted" ACLs.

Modified Paths:
--------------
    CalendarServer/trunk/lib-patches/Twisted/twisted.web2.dav.element.rfc3744.patch

Modified: CalendarServer/trunk/lib-patches/Twisted/twisted.web2.dav.element.rfc3744.patch
===================================================================
--- CalendarServer/trunk/lib-patches/Twisted/twisted.web2.dav.element.rfc3744.patch	2008-03-05 01:35:54 UTC (rev 2191)
+++ CalendarServer/trunk/lib-patches/Twisted/twisted.web2.dav.element.rfc3744.patch	2008-03-05 01:43:58 UTC (rev 2192)
@@ -39,6 +39,15 @@
          if self.principal is None:
              raise ValueError(
                  "One of DAV:principal or DAV:invert is required in %s, got: %s"
+@@ -456,7 +465,7 @@
+     """
+     name = "self"
+ 
+-class Invert (WebDAVEmptyElement):
++class Invert (WebDAVElement):
+     """
+     Principal which matches a user if the user does not match the principal
+     contained by this principal. (RFC 3744, section 5.5.1)
 @@ -551,8 +560,8 @@
          (dav_namespace, "property"       ): (0, None),
      }

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


More information about the calendarserver-changes mailing list