unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* url-dav and Radicale
@ 2016-05-01  9:10 Eric Abrahamsen
  2016-05-01 10:23 ` Yuri Khan
  0 siblings, 1 reply; 6+ messages in thread
From: Eric Abrahamsen @ 2016-05-01  9:10 UTC (permalink / raw)
  To: emacs-devel

Hi,

I'm having some trouble with Emacs' webdav implementation when trying to
talk to a Radicale[1] card/caldav server. I'm not the only one: I bumped
into this issue when using the org-caldav package, and found that
someone else had opened a github issue about this[2] (I'm the only other
poster there).

In a nutshell, Emacs' url-dav.el library, when parsing responses from a
DAV server, assumes XML node names that are all prefixed with "DAV:".
Ie, "DAV:multistatus". Radicale, on the other hand, just sends back
"multistatus", and everything blows up. The "DAV:" prefix is very much
hard-coded into url-dav.el.

It's pretty darn difficult to figure out what's supposed to happen here,
but the RFC (inasmuch as RFCs are human-parseable) appears to want the
DAV: prefix[3]. On the other hand, all other DAV-compatible software
appears to work just fine with Radicale.

Both Radicale and Emacs have working bug trackers, but only Emacs seems
to have a functioning mailing list, so I'm posting here first! If anyone
has any insight into this issue, please let me know. Otherwise I'll open
a github issue on Radicale.

Thanks,
Eric


[1]: http://radicale.org/
[2]: https://github.com/dengste/org-caldav/issues/86
[3]: https://www.ietf.org/rfc/rfc5323.txt




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-05-04  0:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-01  9:10 url-dav and Radicale Eric Abrahamsen
2016-05-01 10:23 ` Yuri Khan
2016-05-01 10:34   ` Eric Abrahamsen
2016-05-04  0:05   ` Eric Abrahamsen
2016-05-04  0:14     ` Lars Ingebrigtsen
2016-05-04  0:36       ` Eric Abrahamsen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).