https://issues.apache.org/bugzilla/show_bug.cgi?id=41408
--- Comment #1 from Andrey Chernov <[email protected]> 2010-07-19 14:01:35 EDT --- This is because modules/filters/mod_include.c have: if (!r->content_type || strcmp(r->content_type, "text/html")) { return DECLINED; } but r->content_type is not simple "text/html" but "text/html; charset=UTF-8". AddDefaultCharset adds its charset later. -- 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]
