[CalendarServer-changes] [7747] CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/ scheduling/ischedule.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Jul 8 12:04:47 PDT 2011


Revision: 7747
          http://trac.macosforge.org/projects/calendarserver/changeset/7747
Author:   cdaboo at apple.com
Date:     2011-07-08 12:04:46 -0700 (Fri, 08 Jul 2011)
Log Message:
-----------
Fix shared secret use in partitioning.

Modified Paths:
--------------
    CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/scheduling/ischedule.py

Modified: CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/scheduling/ischedule.py
===================================================================
--- CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/scheduling/ischedule.py	2011-07-08 19:04:32 UTC (rev 7746)
+++ CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/scheduling/ischedule.py	2011-07-08 19:04:46 UTC (rev 7747)
@@ -127,6 +127,7 @@
         if partition not in self.partitionedServers:
             self.partitionedServers[partition] = IScheduleServerRecord(uri=joinURL(partition, "/ischedule"))
             self.partitionedServers[partition].unNormalizeAddresses = False
+            self.partitionedServers[partition].moreHeaders.append(recipient.principal.server().secretHeader())
         
         return self.partitionedServers[partition]
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110708/f28a967e/attachment.html>


More information about the calendarserver-changes mailing list