You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2005/08/24 14:53:35 UTC

svn commit: r239648 - /httpd/httpd/branches/2.0.x/CHANGES

Author: jim
Date: Wed Aug 24 05:53:33 2005
New Revision: 239648

URL: http://svn.apache.org/viewcvs?rev=239648&view=rev
Log:
Document PR 34512 closed for this branch.

Modified:
    httpd/httpd/branches/2.0.x/CHANGES

Modified: httpd/httpd/branches/2.0.x/CHANGES
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/CHANGES?rev=239648&r1=239647&r2=239648&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.0.x/CHANGES [utf-8] Wed Aug 24 05:53:33 2005
@@ -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.