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 2013/05/13 13:04:17 UTC

[Bug 54958] New: mod_deflate + mod_mime with SSI gives mixed compressed and uncompressed output

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

            Bug ID: 54958
           Summary: mod_deflate + mod_mime with SSI gives mixed compressed
                    and uncompressed output
           Product: Apache httpd-2
           Version: 2.2.22
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_deflate
          Assignee: bugs@httpd.apache.org
          Reporter: stric@acc.umu.se
    Classification: Unclassified

Similar to bug 43939, having mod_deflate and mod_mime cooperating can give
broken output.

Working version:
test1.html containing:
test1-before
<!--#include virtual="test2.html"-->
test1-after

test2.html containing:
test2

Result:
<gzip compressed>test1-before
test2

test1-after</gzip>

Malfunctioning version, only change is the renaming of test2.html to
test2.html.utf8:
test1.html containing:
test1-before
<!--#include virtual="test2.html"-->
test1-after

test2.html.utf8 containing:
test2

Result (note the wrong order and the mix of compressed and not):
test2
<gzip compressed>test1-before

test1-after</gzip>

The same problem shows up when doing includes with language-dependent
extensions, like test2.html.en and test2.html.sv and then doing include on
test2.html .

Configuration data:
AddType text/html .html
AddOutputFilter INCLUDES .html
AddOutputFilterByType DEFLATE text/html
AddCharset UTF-8       .utf8

Tested on Debian7/Wheezy AMD64, apache 2.2.22-13 with prefork MPM.

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


[Bug 54958] mod_deflate + mod_mime with SSI gives mixed compressed and uncompressed output

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

Marcus Karlsson <mk...@acc.umu.se> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mk@acc.umu.se

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