]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Document PR 34512 closed for this branch.
authorJim Jagielski <jim@apache.org>
Wed, 24 Aug 2005 12:53:33 +0000 (12:53 +0000)
committerJim Jagielski <jim@apache.org>
Wed, 24 Aug 2005 12:53:33 +0000 (12:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@239648 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 1b9a1150202f3c8eec5201edc59f88d80a22b591..331b423682e6b41b653ae2769648d022a78f0b8d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.0.55
 
+  *) Fix bad globbing comparison which could result in getting
+     a directory listing when a file was requested. PR 34512.
+     [sean <infamous41md hotmail.com>]
+
   *) Fix core dump if mod_auth_ldap's mod_auth_ldap_auth_checker()
      was called even if mod_auth_ldap_check_user_id() was not
      (or if it didn't succeed) for non-authoritative cases.