lib-patches/vobject/vobject.icalendar.patch: colon not in active escapableCharList
Hello folks, I've got a question concerning the patch lib-patches/vobject/vobject.icalendar.patch: In changeset 5126 sagen@apple.com removed the colon from the active list of esacapable characters. Unfortunately with this change our Address Books can't add entries because it adds vcards with an X-ABUID that end with the string '\:ABPerson' (containing the escaped colon. The CalendarServer (trunc) returns with an 403 Fornidden containing an DAV valid-address-data error. Could it be possible to re add the colon to the escapableCharList ? Bye Goetz
On Jul 6, 2010, at 9:22 AM, Götz Babin-Ebell wrote:
Hello folks,
I've got a question concerning the patch lib-patches/vobject/vobject.icalendar.patch:
In changeset 5126 sagen@apple.com removed the colon from the active list of esacapable characters. Unfortunately with this change our Address Books can't add entries because it adds vcards with an X-ABUID that end with the string '\:ABPerson' (containing the escaped colon. The CalendarServer (trunc) returns with an 403 Fornidden containing an DAV valid-address-data error.
Could it be possible to re add the colon to the escapableCharList ?
This is now fixed in trunk. You're brave to be using trunk! ~morgen
participants (2)
-
Götz Babin-Ebell
-
Morgen Sagen