]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
retroactive CHANGES entry for r771433 (mod_headers couldn't fix a bad Content-Type)
authorEric Covener <covener@apache.org>
Thu, 25 Oct 2012 14:56:59 +0000 (14:56 +0000)
committerEric Covener <covener@apache.org>
Thu, 25 Oct 2012 14:56:59 +0000 (14:56 +0000)
which is in 2.2.12.

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

CHANGES

diff --git a/CHANGES b/CHANGES
index 1e888f2c70cf23272880e9f88eb75762440fe1a5..2f28149abf4af8cd672e9c441f5152a0bd9eb48f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -626,6 +626,9 @@ Changes with Apache 2.2.12
      different security issues which may affect particular configurations
      and third-party modules.
 
+  *) mod_headers: Make 'Header set Content-Type' effective on responses
+     that already have a Content-Type.  [Issac Goldstand]
+
   *) mod_include: fix potential segfault when handling back references
      on an empty SSI variable. [Ruediger Pluem, Lars Eilebrecht, Nick Kew]