[OGo-Bugs][Bug 1986] Evolution fails to retrieve CalDAV calendar

bugs@opengroupware.org bugs@opengroupware.org
Mon, 30 Jun 2008 02:58:16 +0200 (CEST)


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.

http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1986


awilliam@whitemice.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|helge.hess@opengroupware.org|awilliam@whitemice.org




------- Additional Comments From awilliam@whitemice.org  2008-06-30 02:25 -------
This request can be simulated with:

curl -d '<C:calendar-query xmlns:C="urn:ietf:params:xml:ns:caldav"
xmlns:D="DAV:"><D:prop><D:getetag/></D:prop><C:filter><C:comp-filter
name="VCALENDAR"><C:comp-filter
name="VEVENT"/></C:comp-filter></C:filter></C:calendar-query>' -H "Content-Type:
application/xml" -u adam:fred123 -X REPORT
http://localhost:21000/zidestore/dav/adam/Overview/

Which equally fails with:

<?xml version="1.0" encoding="ISO-8859-1"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<body><h3>An error occurred during object publishing</h3><p>XML entity expected
for WebDAV REPORT.</p></body>
</html>

Changing the Content-Type to "text/xml" instread of "application/xml" makes the
query respond with data.

curl -d '<C:calendar-query xmlns:C="urn:ietf:params:xml:ns:caldav"
xmlns:D="DAV:"><D:prop><D:g><C:filter><C:comp-filter
name="VCALENDAR"><C:comp-filter
name="VEVENT"/></C:comp-filter></C:filter></C:calendar-query>' -H "Content-Type:
text/xml" -u adam:fred123 -X REPORT
http://localhost:21000/zidestore/dav/adam/Overview/

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.