]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Provide a way to allow get_resource and get_parent_resource to return errors
authorGreg Stein <gstein@apache.org>
Fri, 26 Jan 2001 11:44:51 +0000 (11:44 +0000)
committerGreg Stein <gstein@apache.org>
Fri, 26 Jan 2001 11:44:51 +0000 (11:44 +0000)
commit60131d5f2626aa651de8503d1568692d2d549f9e
treec773474c1870107c636a64552861deeaeaaffd92
parentaea0cfeca27b08c51e1406d8e526fee826f09804
Provide a way to allow get_resource and get_parent_resource to return errors
that might occur during the parsing of the URI and/or the lookup of the
resource in the repository.

Specifically: return a dav_error* and move the returned dav_resource* to an
"out" parameter of the hook function.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87852 13f79535-47bb-0310-9956-ffa450edef68
modules/dav/fs/repos.c
modules/dav/main/mod_dav.c
modules/dav/main/mod_dav.h
modules/dav/main/util.c
modules/dav/main/util_lock.c