diff options
author | Graham Leggett <minfrin@apache.org> | 2013-04-30 17:28:57 +0200 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2013-04-30 17:28:57 +0200 |
commit | 26548fee8b0d6771e5e6ec96f2c1cfc13be5cab6 (patch) | |
tree | 375b8557ae861f2f03441a8dda760c8977e1cf1f /CHANGES | |
parent | mod_dav: Make sure the URI length is calculated correctly. (diff) | |
download | apache2-26548fee8b0d6771e5e6ec96f2c1cfc13be5cab6.tar.xz apache2-26548fee8b0d6771e5e6ec96f2c1cfc13be5cab6.zip |
mod_dav: mod_dav overrides dav_fs response on PUT failure. PR 35981.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1477687 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,10 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.0 + *) mod_dav: mod_dav overrides dav_fs response on PUT failure. PR 35981 + [Basant Kumar Kukreja <basant.kukreja sun.com>, Alejandro Alvarez + <alejandro.alvarez.ayllon cern.ch>] + *) mod_dav: Do not segfault on PROPFIND with a zero length DBM. PR 52559 [Diego Santa Cruz <diego.santaCruz spinetix.com>] |