[CalendarServer-changes] [7717] CalendarServer/trunk/twistedcaldav/directory/calendaruserproxy.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Jul 6 16:37:57 PDT 2011


Revision: 7717
          http://trac.macosforge.org/projects/calendarserver/changeset/7717
Author:   sagen at apple.com
Date:     2011-07-06 16:37:57 -0700 (Wed, 06 Jul 2011)
Log Message:
-----------
Comment update.

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/directory/calendaruserproxy.py

Modified: CalendarServer/trunk/twistedcaldav/directory/calendaruserproxy.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/calendaruserproxy.py	2011-07-06 23:32:55 UTC (rev 7716)
+++ CalendarServer/trunk/twistedcaldav/directory/calendaruserproxy.py	2011-07-06 23:37:57 UTC (rev 7717)
@@ -873,12 +873,16 @@
     (where <GUID> will be that of a sub-principal, e.g.
     5A985493-EE2C-4665-94CF-4DFEA3A89500#calendar-proxy-write)
 
-    "proxy-read-memberships:<GUID>" : comma-separate list of principals
+    "read-proxy-for:<GUID>" : comma-separate list of principals
     who have granted read access to GUID
 
-    "proxy-write-memberships:<GUID>" : comma-separate list of principals
+    "write-proxy-for:<GUID>" : comma-separate list of principals
     who have granted read-write access to GUID
 
+    "proxy-cache-populated" : gets set to "true" after the cache is populated,
+    so clients know they can now use it.  Note, this needs to be made robust
+    in the face of memcached evictions.
+
     """
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110706/18d230ae/attachment.html>


More information about the calendarserver-changes mailing list