[CalendarServer-changes] [3793] CalendarServer/trunk/twistedcaldav/config.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 4 14:06:57 PST 2009


Revision: 3793
          http://trac.macosforge.org/projects/calendarserver/changeset/3793
Author:   sagen at apple.com
Date:     2009-03-04 14:06:57 -0800 (Wed, 04 Mar 2009)
Log Message:
-----------
Server admin is now adding extra keys into the plist, which we must ignore

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

Modified: CalendarServer/trunk/twistedcaldav/config.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/config.py	2009-03-04 02:18:50 UTC (rev 3792)
+++ CalendarServer/trunk/twistedcaldav/config.py	2009-03-04 22:06:57 UTC (rev 3793)
@@ -480,7 +480,7 @@
 
         for param in items.get("DirectoryService", {}).get("params", {}):
             if dsType in serviceDefaultParams and param not in serviceDefaultParams[dsType]:
-                raise ConfigurationError("Parameter %s is not supported by service %s" % (param, dsType))
+                log.warn("Parameter %s is not supported by service %s" % (param, dsType))
 
         _mergeData(self._data, items)
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20090304/4b5218b2/attachment.html>


More information about the calendarserver-changes mailing list