From: Roy T. Fielding Date: Wed, 15 Aug 2012 23:04:32 +0000 (+0000) Subject: add CHANGES entry for r1371878/r1373085 X-Git-Tag: 2.4.3~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a4167db82ad90f439ce66107e73d083b2946dd49;p=apache add CHANGES entry for r1371878/r1373085 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1373668 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 8a179cff1e..07494b3368 100644 --- 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 ] + *) 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]