You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fi...@apache.org on 2012/08/16 01:04:33 UTC

svn commit: r1373668 - /httpd/httpd/branches/2.4.x/CHANGES

Author: fielding
Date: Wed Aug 15 23:04:32 2012
New Revision: 1373668

URL: http://svn.apache.org/viewvc?rev=1373668&view=rev
Log:
add CHANGES entry for r1371878/r1373085

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

Modified: httpd/httpd/branches/2.4.x/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?rev=1373668&r1=1373667&r2=1373668&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/CHANGES [utf-8] Wed Aug 15 23:04:32 2012
@@ -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]