]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
shift some processing of "core" WebDAV properties out of the generic
authorGreg Stein <gstein@apache.org>
Thu, 23 Nov 2000 12:50:31 +0000 (12:50 +0000)
committerGreg Stein <gstein@apache.org>
Thu, 23 Nov 2000 12:50:31 +0000 (12:50 +0000)
commite570b2c6f27660c25cf75bd2863f0bf9442a092c
treef25984e7c322e7fecc65761f136878c8634ec5ab
parentf71c71e7b50d0386564ae148a85d81c80ac5cd57
shift some processing of "core" WebDAV properties out of the generic
property handling code, and into a new, core liveprop handler.

*) add std_liveprop.c to deal with the core DAV properties
*) move DAV:resourcetype, DAV:supported-method-set,
   DAV:supported-live-property-set, and DAV:supported-report-set over to the
   new handler
*) props.c::dav_get_allprops() should not look in the deadprop database for
   the DAV:resourcetype -- it is readonly, so should never be in there.
*) strip vsn_hooks from the propdb; only the core liveprops need it now
*) mod_dav.c: register the core liveprop hooks and URIs
*) fs/repos.c: stripped DAV:displayname and DAV:source, in favor of letting
   the core handler deal with them.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87075 13f79535-47bb-0310-9956-ffa450edef68
modules/dav/fs/repos.c
modules/dav/main/config.m4
modules/dav/main/mod_dav.c
modules/dav/main/mod_dav.h
modules/dav/main/props.c
modules/dav/main/std_liveprop.c [new file with mode: 0644]