diff options
author | Graham Leggett <minfrin@apache.org> | 2020-06-29 18:21:52 +0200 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2020-06-29 18:21:52 +0200 |
commit | b1b9013a4c7e846ca750e99f57dd41afbe6c168b (patch) | |
tree | 014b66ec8c22d6a0cbaec6507727762d6ee7db1a /CHANGES | |
parent | Make sure the get and restore the file offset when conputing the ETag. Be def... (diff) | |
download | apache2-b1b9013a4c7e846ca750e99f57dd41afbe6c168b.tar.xz apache2-b1b9013a4c7e846ca750e99f57dd41afbe6c168b.zip |
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-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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] |