Skip to content

Commit b638647

Browse files
author
Eric Covener
committed
backport, conflicts
1 parent 889e765 commit b638647

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

CHANGES

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
11
-*- coding: utf-8 -*-
22
Changes with Apache 2.4.64
33

4-
*) mod_headers: 'RequestHeader set|edit|edit_r Content-Type X' could
5-
inadvertently modify the Content-Type _response_ header. Applies to
6-
Content-Type only and likely to only affect static file responses.
7-
[Eric Covener]
8-
94
Changes with Apache 2.4.63
105

11-
*) mod_cgi: Improve AH01215 messages to make it more clear that the message is
12-
the CGI scripts stderr output. PR 61980. [Hank Ibell <hwibell gmail.com>]
13-
146
*) mod_dav: Update redirect-carefully example BrowserMatch config
157
to match more recent client versions. PR 66148, 67039.
168
[Michal Maloszewski <michal.maloszewski canonical.com>,

modules/metadata/mod_headers.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ static int do_headers_fixup(request_rec *r, apr_table_t *headers,
782782
}
783783
break;
784784
case hdr_set:
785-
if (r->headers_in != headers &&
785+
if (r->headers_in != headers &&
786786
!ap_cstr_casecmp(hdr->header, "Content-Type")) {
787787
ap_set_content_type_ex(r, process_tags(hdr, r), 1);
788788
}

0 commit comments

Comments
 (0)