]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
sync CHANGES entry for mod_autoindex CVE-2007-4465
authorJeff Trawick <trawick@apache.org>
Thu, 6 Sep 2007 11:06:47 +0000 (11:06 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 6 Sep 2007 11:06:47 +0000 (11:06 +0000)
work-around with the 2.2.x entry

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@573218 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 82bdccbe0ee0a12cd14ec370aa7a8a491707ac39..2e8998fa6d35e71764d9f92edef142a6c5316546 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -38,9 +38,10 @@ Changes with Apache 2.0.61
      number reporting.)  [William Rowe]
 
   *) mod_autoindex: Add in Type and Charset options to IndexOptions
-     directive. This allows the admin to explicitly set the
-     content-type and charset of the generated page.
-     [Jim Jagielski]
+     directive. This allows the admin to explicitly set the 
+     content-type and charset of the generated page and is therefore
+     a viable workaround for buggy browsers affected by CVE-2007-4465
+     (cve.mitre.org). [Jim Jagielski]
 
   *) main core: Emit errors during the initial apr_app_initialize()
      or apr_pool_create() (when apr-based error reporting is not ready).