]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r1586437 from trunk:
authorEric Covener <covener@apache.org>
Thu, 10 Apr 2014 19:33:50 +0000 (19:33 +0000)
committerEric Covener <covener@apache.org>
Thu, 10 Apr 2014 19:33:50 +0000 (19:33 +0000)
This C-T: limitation was removed in 2.2.12 and retconned into CHANGES much later.

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

docs/manual/mod/mod_headers.xml

index 3520b856d9fd9efcd176347f9f72e8bfe256f698..5fd0fcda5de77231782c6ad79e9552d4f8ab9452 100644 (file)
@@ -450,8 +450,9 @@ headers</description>
     <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 header filter.</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>