You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2010/07/19 20:01:37 UTC

DO NOT REPLY [Bug 41408] AddCharset rule on .html disables SSI enabled via XBitHack

https://issues.apache.org/bugzilla/show_bug.cgi?id=41408

--- Comment #1 from Andrey Chernov <ac...@nagual.pp.ru> 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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org