[CalendarServer-changes] [4582] CalendarServer/branches/users/wsanchez/deployment

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 14 06:49:53 PDT 2009


Revision: 4582
          http://trac.macosforge.org/projects/calendarserver/changeset/4582
Author:   cdaboo at apple.com
Date:     2009-10-14 06:49:50 -0700 (Wed, 14 Oct 2009)
Log Message:
-----------
Clean-up extended logging for report behavior.

Modified Paths:
--------------
    CalendarServer/branches/users/wsanchez/deployment/lib-patches/Twisted/twisted.web2.dav.element.rfc3744.patch
    CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/method/report.py

Modified: CalendarServer/branches/users/wsanchez/deployment/lib-patches/Twisted/twisted.web2.dav.element.rfc3744.patch
===================================================================
--- CalendarServer/branches/users/wsanchez/deployment/lib-patches/Twisted/twisted.web2.dav.element.rfc3744.patch	2009-10-13 23:21:02 UTC (rev 4581)
+++ CalendarServer/branches/users/wsanchez/deployment/lib-patches/Twisted/twisted.web2.dav.element.rfc3744.patch	2009-10-14 13:49:50 UTC (rev 4582)
@@ -81,3 +81,14 @@
  
          # This element can be empty when uses in supported-report-set
          if not len(self.children):
+@@ -745,4 +754,10 @@
+         (dav_namespace, "description"): (1, 1),
+     }
+ 
++class NumberOfMatchesWithinLimits (WebDAVEmptyElement):
++    """
++    Error which indicates too many results
++    """
++    name = "number-of-matches-within-limits"
++
+ # For DAV:description element (RFC 3744, section 9.5) see Description class above.

Modified: CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/method/report.py
===================================================================
--- CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/method/report.py	2009-10-13 23:21:02 UTC (rev 4581)
+++ CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/method/report.py	2009-10-14 13:49:50 UTC (rev 4582)
@@ -42,11 +42,6 @@
 
 log = Logger()
 
-max_number_of_matches = 500
-
-class NumberOfMatchesWithinLimits(Exception):
-    pass
-
 def http_REPORT(self, request):
     """
     Respond to a REPORT request. (RFC 3253, section 3.6)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20091014/9010f5b4/attachment.html>


More information about the calendarserver-changes mailing list