summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2020-06-29 16:21:52 +0000
committerGraham Leggett <minfrin@apache.org>2020-06-29 16:21:52 +0000
commitb1b9013a4c7e846ca750e99f57dd41afbe6c168b (patch)
tree014b66ec8c22d6a0cbaec6507727762d6ee7db1a /CHANGES
parenta1ffe6bfede1f31cce12527e1c7a62642beafc6e (diff)
downloadhttpd-b1b9013a4c7e846ca750e99f57dd41afbe6c168b.tar.gz
mod_dav: Add method_precondition hook. WebDAV extensions define
conditions that must exist before a WebDAV method can be executed. This hook allows a WebDAV extension to verify these preconditions. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879339 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 926bd6567b..8f46b42a81 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,11 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.1
+ *) mod_dav: Add method_precondition hook. WebDAV extensions define
+ conditions that must exist before a WebDAV method can be executed.
+ This hook allows a WebDAV extension to verify these preconditions.
+ [Graham Leggett]
+
*) Add hooks deliver_report and gather_reports to mod_dav.h. Allows other
modules apart from versioning implementations to handle the REPORT method.
[Graham Leggett]