From c807880f7ac73f813b2660ea81a00f7712a4e793 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 29 Aug 2016 12:39:49 +0200 Subject: Add old mailing list archives --- .../20150215/9d2f5de1/attachment-0001.html | 25 ++++++++++++++++++++++ .../attachments/20150215/9d2f5de1/attachment.html | 25 ++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 archives/extend/attachments/20150215/9d2f5de1/attachment-0001.html create mode 100644 archives/extend/attachments/20150215/9d2f5de1/attachment.html (limited to 'archives/extend/attachments/20150215') diff --git a/archives/extend/attachments/20150215/9d2f5de1/attachment-0001.html b/archives/extend/attachments/20150215/9d2f5de1/attachment-0001.html new file mode 100644 index 00000000..3c8d377c --- /dev/null +++ b/archives/extend/attachments/20150215/9d2f5de1/attachment-0001.html @@ -0,0 +1,25 @@ + +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
+<HTML>
+<HEAD>
+  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
+  <META NAME="GENERATOR" CONTENT="GtkHTML/4.8.5">
+</HEAD>
+<BODY>
+I am writing a CalDAV handler, which is a type of WebDAV server.  CalDAV defines a bunch of<BR>
+additional methods beyond what a typical web browser would use, such as REPORT and PROPFIND.<BR>
+<BR>
+I have written the allowed_methods and known_methods callbacks to report that all these methods<BR>
+are acceptable.  My content_types_provided has an entry for "application/xml", which is how these<BR>
+extra methods turn up.<BR>
+<BR>
+When I connect to my server using the calendar function of Evolution, one of the first things it does<BR>
+is a REPORT method, which is sort of a query.  This gets as far as content_types_provided, but after<BR>
+that it does not call the function I identified in content_types_provided.<BR>
+<BR>
+What is the best way to handle the non-standard methods that do not have defined callbacks?<BR>
+<BR>
+</BODY>
+</HTML>
+ +
diff --git a/archives/extend/attachments/20150215/9d2f5de1/attachment.html b/archives/extend/attachments/20150215/9d2f5de1/attachment.html new file mode 100644 index 00000000..3c8d377c --- /dev/null +++ b/archives/extend/attachments/20150215/9d2f5de1/attachment.html @@ -0,0 +1,25 @@ + +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
+<HTML>
+<HEAD>
+  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
+  <META NAME="GENERATOR" CONTENT="GtkHTML/4.8.5">
+</HEAD>
+<BODY>
+I am writing a CalDAV handler, which is a type of WebDAV server.  CalDAV defines a bunch of<BR>
+additional methods beyond what a typical web browser would use, such as REPORT and PROPFIND.<BR>
+<BR>
+I have written the allowed_methods and known_methods callbacks to report that all these methods<BR>
+are acceptable.  My content_types_provided has an entry for "application/xml", which is how these<BR>
+extra methods turn up.<BR>
+<BR>
+When I connect to my server using the calendar function of Evolution, one of the first things it does<BR>
+is a REPORT method, which is sort of a query.  This gets as far as content_types_provided, but after<BR>
+that it does not call the function I identified in content_types_provided.<BR>
+<BR>
+What is the best way to handle the non-standard methods that do not have defined callbacks?<BR>
+<BR>
+</BODY>
+</HTML>
+ +
-- cgit v1.2.3