Hello,
we are currently using the org.osaf.caldav4j.CalDAVCalendarCollection class
to perform operations on a DAVICAL calendar server
(http://rscds.sourceforge.net/).
The createCalendar() method does not work and the server returns a HTTP
code 500 "Internal Server Error". After monitoring the HTTP traffic, we
found out that the MKCALENDAR method was not sending any HTTP content.
However, there was a "Content-Type" header defined to "text/xml".
If we remove the "Content-Type" header, everything works fine. It may
suggest that DAVICAL is just too restrictive about incoming requests, but
we also found it strange because the MkCalendarMethod indeed defines a
generateRequestBody() method that looks to return not-null XML content.
After further investigation, it seems that this method is never called.
Is this normal ?
Note: we are using the latest trunk version (158).
Original issue reported on code.google.com by devt...@helmet.fr on 26 Mar 2009 at 11:11
Original issue reported on code.google.com by
devt...@helmet.fr
on 26 Mar 2009 at 11:11