[CalendarServer-changes] [2119] CalendarServer/branches/users/cdaboo/server2server-2113/ twistedcaldav/freebusyurl.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Feb 4 14:34:46 PST 2008


Revision: 2119
          http://trac.macosforge.org/projects/calendarserver/changeset/2119
Author:   cdaboo at apple.com
Date:     2008-02-04 14:34:14 -0800 (Mon, 04 Feb 2008)

Log Message:
-----------
Wrong config key name.

Modified Paths:
--------------
    CalendarServer/branches/users/cdaboo/server2server-2113/twistedcaldav/freebusyurl.py

Modified: CalendarServer/branches/users/cdaboo/server2server-2113/twistedcaldav/freebusyurl.py
===================================================================
--- CalendarServer/branches/users/cdaboo/server2server-2113/twistedcaldav/freebusyurl.py	2008-02-04 22:30:49 UTC (rev 2118)
+++ CalendarServer/branches/users/cdaboo/server2server-2113/twistedcaldav/freebusyurl.py	2008-02-04 22:34:14 UTC (rev 2119)
@@ -77,7 +77,7 @@
                 davxml.Protected(),
             ),
         )
-        if config.ServerToServer["Anonymous Access"]:
+        if config.FreeBusyURL["Anonymous Access"]:
             aces += (
                 # DAV:Read, for unauthenticated principals
                 davxml.ACE(

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080204/37c542bc/attachment-0001.html


More information about the calendarserver-changes mailing list