From: Eric Covener Date: Thu, 25 Oct 2012 14:56:59 +0000 (+0000) Subject: retroactive CHANGES entry for r771433 (mod_headers couldn't fix a bad Content-Type) X-Git-Tag: 2.2.24~104 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b685d7e03a1dd93edda8480988e95f11d116fc1b;p=thirdparty%2Fapache%2Fhttpd.git retroactive CHANGES entry for r771433 (mod_headers couldn't fix a bad Content-Type) 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 --- diff --git a/CHANGES b/CHANGES index 1e888f2c70c..2f28149abf4 100644 --- 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]