]> granicus.if.org Git - apache/commitdiff
add CHANGES entry for r1371878/r1373085
authorRoy T. Fielding <fielding@apache.org>
Wed, 15 Aug 2012 23:04:32 +0000 (23:04 +0000)
committerRoy T. Fielding <fielding@apache.org>
Wed, 15 Aug 2012 23:04:32 +0000 (23:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1373668 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 8a179cff1eed8916456990a78b09504530b38d71..07494b3368648f64372f2d31d5c0deb2db1c00c8 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,12 @@ Changes with Apache 2.4.3
      possible XSS for a site where untrusted users can upload files to
      a location with MultiViews enabled. [Niels Heinen <heinenn google.com>]
 
+  *) httpd.conf: Added configuration directives to set a bad_DNT environment
+     variable based on User-Agent and to remove the DNT header field from
+     incoming requests when a match occurs. This currently has the effect of
+     removing DNT from requests by MSIE 10.0 because it deliberately violates
+     the current specification of DNT semantics for HTTP. [Roy T. Fielding]
+
   *) mod_socache_shmcb: Fix bus error due to a misalignment
      in some 32 bit builds, especially on Solaris Sparc.
      PR 53040.  [Rainer Jung]