]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
This C-T: limitation was removed in 2.2.12 and retconned into CHANGES much later.
authorEric Covener <covener@apache.org>
Thu, 10 Apr 2014 19:29:33 +0000 (19:29 +0000)
committerEric Covener <covener@apache.org>
Thu, 10 Apr 2014 19:29:33 +0000 (19:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1586437 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_headers.xml

index 1561ce6881b1b6f6e6bbd3597a6457acd6b7f55c..3115ed0cc516efd146cd1a3a9a5b71f25dbfe6d1 100644 (file)
@@ -518,8 +518,10 @@ Header merge Cache-Control no-store env=NO_STORE
     <p>Except in <a href="#early">early</a> mode, the
     <directive>Header</directive> directives are processed just
     before the response is sent to the network. These means that it is
-    possible to set and/or override most headers, except for those headers
-    added by the HTTP header filter, such as Content-Type.</p>
+    possible to set and/or override most headers, except for some headers
+    added by the HTTP header filter.  Prior to 2.2.12, it was not possible 
+    to change the Content-Type header with this directive.</p>
+
 </usage>
 </directivesynopsis>