[CalendarServer-changes] [7746] CalendarServer/branches/users/cdaboo/queued-attendee-refreshes/ twistedcaldav/scheduling/ischedule.py

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


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

Modified Paths:
--------------
    CalendarServer/branches/users/cdaboo/queued-attendee-refreshes/twistedcaldav/scheduling/ischedule.py

Modified: CalendarServer/branches/users/cdaboo/queued-attendee-refreshes/twistedcaldav/scheduling/ischedule.py
===================================================================
--- CalendarServer/branches/users/cdaboo/queued-attendee-refreshes/twistedcaldav/scheduling/ischedule.py	2011-07-08 18:09:23 UTC (rev 7745)
+++ CalendarServer/branches/users/cdaboo/queued-attendee-refreshes/twistedcaldav/scheduling/ischedule.py	2011-07-08 19:04:32 UTC (rev 7746)
@@ -138,6 +138,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/5548281b/attachment-0001.html>


More information about the calendarserver-changes mailing list