[CalendarServer-changes] [14716] CalendarServer/trunk/txdav/common/datastore/podding/sharing_invites .py

source_changes at macosforge.org source_changes at macosforge.org
Mon Apr 27 13:37:50 PDT 2015


Revision: 14716
          http://trac.calendarserver.org//changeset/14716
Author:   cdaboo at apple.com
Date:     2015-04-27 13:37:50 -0700 (Mon, 27 Apr 2015)
Log Message:
-----------
Fix cross-pod XML document parsing issue.

Modified Paths:
--------------
    CalendarServer/trunk/txdav/common/datastore/podding/sharing_invites.py

Modified: CalendarServer/trunk/txdav/common/datastore/podding/sharing_invites.py
===================================================================
--- CalendarServer/trunk/txdav/common/datastore/podding/sharing_invites.py	2015-04-27 19:31:51 UTC (rev 14715)
+++ CalendarServer/trunk/txdav/common/datastore/podding/sharing_invites.py	2015-04-27 20:37:50 UTC (rev 14716)
@@ -109,7 +109,7 @@
             request["mode"],
             request["bind_uid"],
             request["summary"],
-            request["properties"],
+            dict([(k, v.encode("utf-8")) for k, v in request["properties"].items()]),
             supported_components=request.get("supported-components")
         )
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20150427/5693db08/attachment-0001.html>


More information about the calendarserver-changes mailing list