]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Add MS-WDV support
authormanu <manu@unknown>
Mon, 13 Feb 2023 16:48:35 +0000 (16:48 +0000)
committermanu <manu@unknown>
Mon, 13 Feb 2023 16:48:35 +0000 (16:48 +0000)
commitbed50350e49fd6bde43458c9d71db5853c8abd88
tree1efd61b576b4b1ef114a319ed19ffaa3cef33ab1
parent7e5010b3cbfb25f5347ac888bf8961e41556b8f1
Add MS-WDV support

MS-WDV specification:
https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-wdv

The changes introduces the DAVMSext directive, which is used to
enable MS-WDV: DAVMSext +WDV

dav_get_timeout_string() is introduced as a variant of dav_get_timeout().
The former parses a string, the later parse the Timeout HTTP header.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907608 13f79535-47bb-0310-9956-ffa450edef68
CMakeLists.txt
modules/dav/main/NWGNUmakefile
modules/dav/main/config5.m4
modules/dav/main/mod_dav.c
modules/dav/main/mod_dav.dsp
modules/dav/main/mod_dav.h
modules/dav/main/ms_wdv.c [new file with mode: 0644]
modules/dav/main/util.c