diff options
author | manu <manu@unknown> | 2023-02-13 17:48:35 +0100 |
---|---|---|
committer | manu <manu@unknown> | 2023-02-13 17:48:35 +0100 |
commit | bed50350e49fd6bde43458c9d71db5853c8abd88 (patch) | |
tree | 1efd61b576b4b1ef114a319ed19ffaa3cef33ab1 /CMakeLists.txt | |
parent | * Optimize code: We know that we already have a valid encoding string, (diff) | |
download | apache2-bed50350e49fd6bde43458c9d71db5853c8abd88.tar.xz apache2-bed50350e49fd6bde43458c9d71db5853c8abd88.zip |
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
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b7f9a69d30..9b920efac1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -450,6 +450,7 @@ SET(mod_dav_extra_sources modules/dav/main/liveprop.c modules/dav/main/props.c modules/dav/main/std_liveprop.c modules/dav/main/providers.c modules/dav/main/util.c modules/dav/main/util_lock.c + modules/dav/mail/ms_wdv.c ) SET(mod_dav_install_lib 1) SET(mod_dav_fs_extra_sources |