]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Add API exposing the DavBasePath setting for use by DAV repository
authorJoe Orton <jorton@apache.org>
Fri, 7 Feb 2025 11:09:25 +0000 (11:09 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 7 Feb 2025 11:09:25 +0000 (11:09 +0000)
commit1db5c2359a5cdaebe52d06ff0e010a41b5ab75e0
tree8d0c6551dffb6450b78581cfb999bb455d31f6fc
parente07b7a2abd55cf72a324c022fd15b09b01f29280
Add API exposing the DavBasePath setting for use by DAV repository
backend modules (mod_dav_svn needs this for POST method handling).

* modules/dav/main/mod_dav.c (dav_get_base_path): New function.

* include/ap_mmn.h: Bump MMN minor.

Github: closes #513

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1923639 13f79535-47bb-0310-9956-ffa450edef68
changes-entries/dav-get-base-path.txt [new file with mode: 0644]
include/ap_mmn.h
modules/dav/main/mod_dav.c
modules/dav/main/mod_dav.h