https://issues.apache.org/bugzilla/show_bug.cgi?id=47108
Will Rowe <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Will Rowe <[email protected]> 2009-04-27 14:09:21 PST --- Actually; this was already done; https://svn.apache.org/viewvc?view=rev&revision=684100 and was part of httpd 2.2.10 There is only one open patch which is an aspect of content-type handling; @@ -680,6 +680,9 @@ } break; case hdr_set: + if (!strcasecmp(hdr->header, "Content-Type")) { + ap_set_content_type(r, process_tags(hdr, r)); + } apr_table_setn(headers, hdr->header, process_tags(hdr, r)); break; case hdr_unset: -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
