]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Backported in r1862410
authorRuediger Pluem <rpluem@apache.org>
Tue, 2 Jul 2019 09:11:49 +0000 (09:11 +0000)
committerRuediger Pluem <rpluem@apache.org>
Tue, 2 Jul 2019 09:11:49 +0000 (09:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1862413 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 2134b3472df1e4a93302627dbb8f6cfc01d1337f..0bc5070db62c9705644ce6b6a415ef05e8e248bb 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -109,9 +109,6 @@ Changes with Apache 2.5.1
      from the Include/IncludeOptional directives into a generic set of
      functions ap_dir_nofnmatch() and ap_dir_fnmatch(). [Graham Leggett]
 
-  *) mod_dav: Fix an unlikely time-window where some incorrect data could be returned
-     from a PROPFIND request [Ruediger Pluem]
-
   *) mod_ssl: Fix mod_authz provider for "require ssl" directive to check correctly
      on HTTP/2 connections. Fixes PR 62654. [Stefan Eissing]