From b4f8ab5b11d0414e158ce5fcf1e7169ef1bb002d Mon Sep 17 00:00:00 2001 From: Greg Stein Date: Sat, 5 May 2001 11:06:27 +0000 Subject: [PATCH] clarify the use of some of the members of the dav_provider structure. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89007 13f79535-47bb-0310-9956-ffa450edef68 --- modules/dav/main/mod_dav.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/dav/main/mod_dav.h b/modules/dav/main/mod_dav.h index 162f7bff66..84df2fdcad 100644 --- a/modules/dav/main/mod_dav.h +++ b/modules/dav/main/mod_dav.h @@ -543,9 +543,10 @@ const char *dav_xml_get_cdata(const ap_xml_elem *elem, apr_pool_t *pool, ** supply. The provider MUST supply and . The rest are ** optional and should contain NULL if that feature is not supplied. ** -** Note that a provider cannot pick and choose portions. There are too many -** dependencies between a dav_resource (defined by ) and the other -** functionality. +** Note that a provider cannot pick and choose portions from various +** underlying implementations (which was theoretically possible in +** mod_dav 1.0). There are too many dependencies between a dav_resource +** (defined by ) and the other functionality. ** ** Live properties are not part of the dav_provider structure because they ** are handled through the APR_HOOK interface (to allow for multiple liveprop -- 2.40.0