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 2014/04/10 21:33:51 UTC

svn commit: r1586441 - /httpd/httpd/branches/2.2.x/docs/manual/mod/mod_headers.xml

Author: covener
Date: Thu Apr 10 19:33:50 2014
New Revision: 1586441

URL: http://svn.apache.org/r1586441
Log:
Merge r1586437 from trunk:

This C-T: limitation was removed in 2.2.12 and retconned into CHANGES much later.


Modified:
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_headers.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_headers.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_headers.xml?rev=1586441&r1=1586440&r2=1586441&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_headers.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_headers.xml Thu Apr 10 19:33:50 2014
@@ -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>