[CalendarServer-changes] [1338] CalendarServer/branches/users/dreid/new-twisted/lib-patches/Twisted/ twisted.web2.dav.resource.patch

source_changes at macosforge.org source_changes at macosforge.org
Tue Mar 6 15:47:09 PST 2007


Revision: 1338
          http://trac.macosforge.org/projects/calendarserver/changeset/1338
Author:   dreid at apple.com
Date:     2007-03-06 15:47:08 -0800 (Tue, 06 Mar 2007)

Log Message:
-----------
Make sure we're the correct subclass so we get the correct findChildren

Modified Paths:
--------------
    CalendarServer/branches/users/dreid/new-twisted/lib-patches/Twisted/twisted.web2.dav.resource.patch

Modified: CalendarServer/branches/users/dreid/new-twisted/lib-patches/Twisted/twisted.web2.dav.resource.patch
===================================================================
--- CalendarServer/branches/users/dreid/new-twisted/lib-patches/Twisted/twisted.web2.dav.resource.patch	2007-03-06 22:18:21 UTC (rev 1337)
+++ CalendarServer/branches/users/dreid/new-twisted/lib-patches/Twisted/twisted.web2.dav.resource.patch	2007-03-06 23:47:08 UTC (rev 1338)
@@ -786,6 +786,15 @@
      # HTTP
      ##
  
+@@ -1567,7 +1916,7 @@
+     def findChildren(self, depth, request, callback, privileges=None, inherited_aces=None):
+         return succeed(None)
+ 
+-class DAVPrincipalResource (DAVLeafResource):
++class DAVPrincipalResource (DAVResource):
+     """
+     Resource representing a WebDAV principal.  (RFC 3744, section 2)
+     """
 @@ -1577,7 +1926,7 @@
      # WebDAV
      ##

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


More information about the calendarserver-changes mailing list