[CalendarServer-changes] [6429] CalendarServer/trunk/twistedcaldav/storebridge.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Oct 15 19:16:14 PDT 2010


Revision: 6429
          http://trac.macosforge.org/projects/calendarserver/changeset/6429
Author:   cdaboo at apple.com
Date:     2010-10-15 19:16:11 -0700 (Fri, 15 Oct 2010)
Log Message:
-----------
Make sure we get a 404 for non-existent dropbox.

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

Modified: CalendarServer/trunk/twistedcaldav/storebridge.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/storebridge.py	2010-10-16 00:32:36 UTC (rev 6428)
+++ CalendarServer/trunk/twistedcaldav/storebridge.py	2010-10-16 02:16:11 UTC (rev 6429)
@@ -424,6 +424,8 @@
     def isCollection(self):
         return False
 
+    def exists(self):
+        return False
 
     def http_GET(self, request):
         return NOT_FOUND
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20101015/be5d9745/attachment.html>


More information about the calendarserver-changes mailing list