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

           Summary: XBitHack and AddCharset not works together
           Product: Apache httpd-2
           Version: 2.2.15
          Platform: PC
        OS/Version: FreeBSD
            Status: NEW
          Severity: regression
          Priority: P2
         Component: mod_include
        AssignedTo: [email protected]
        ReportedBy: [email protected]


XBitHack On
AddCharset koi8-r .html

Then set x-bit on some.html and see that SSI inside is not parsed.
This is because modules/filters/mod_include.c have:
        if (!r->content_type || strcmp(r->content_type, "text/html")) {
            return DECLINED;
        }
but r->content_typr is not simple "text/html" but "text/html; charset=koi8-r".
The config above works in 1.3 as supposed (SSI parsed).
Please fix.

-- 
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]

Reply via email to