From 2590089194fad24e5ac7b24dba5d39d2ba8283ce Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Thu, 10 Apr 2014 19:32:13 +0000 Subject: [PATCH] Merge r1586437 from trunk: 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.4.x@1586440 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_headers.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mod_headers.xml b/docs/manual/mod/mod_headers.xml index 25be94e96a..7f86088944 100644 --- a/docs/manual/mod/mod_headers.xml +++ b/docs/manual/mod/mod_headers.xml @@ -515,8 +515,10 @@ Header merge Cache-Control no-store env=NO_STORE

Except in early mode, the Header 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.

+ 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.

+ -- 2.50.1