You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2012/10/25 16:57:00 UTC

svn commit: r1402183 - /httpd/httpd/branches/2.2.x/CHANGES

Author: covener
Date: Thu Oct 25 14:56:59 2012
New Revision: 1402183

URL: http://svn.apache.org/viewvc?rev=1402183&view=rev
Log:
retroactive CHANGES entry for r771433 (mod_headers couldn't fix a bad Content-Type)
which is in 2.2.12.


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

Modified: httpd/httpd/branches/2.2.x/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?rev=1402183&r1=1402182&r2=1402183&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.2.x/CHANGES [utf-8] Thu Oct 25 14:56:59 2012
@@ -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]