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 19:13:59 UTC

DO NOT REPLY [Bug 49616] New: XBitHack and AddCharset not works together

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: bugs@httpd.apache.org
        ReportedBy: ache@nagual.pp.ru


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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 49616] XBitHack and AddCharset not works together

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=49616

Nick Kew <ni...@webthing.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
           Platform|PC                          |All
         Resolution|                            |DUPLICATE
         OS/Version|FreeBSD                     |All

--- Comment #1 from Nick Kew <ni...@webthing.com> 2010-07-19 14:45:01 EDT ---
Well done for finding the existing bug report and diagnosing it.  Would've been
still better if you'd just added the comment to that.

*** This bug has been marked as a duplicate of bug 41408 ***

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