https://bz.apache.org/bugzilla/show_bug.cgi?id=63863

            Bug ID: 63863
           Summary: OutputFilter of Includes AND Deflate results in
                    browser failing to load response body
           Product: Apache httpd-2
           Version: 2.4.41
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_mime
          Assignee: bugs@httpd.apache.org
          Reporter: barry.pea...@copyrightwitness.net
  Target Milestone: ---

I am having problems with filters provided by mod_mime, Apache 2.4.41o. No
errors are reported in the apache log files.
The problem is that when using includes and deflate together Chromium fails to
load the response body.

Testing the follow:

AddOutputFilter INCLUDES htm html

Works content is not gzipped.

AddOutputFilter DEFLATE htm html

Works content is gzipped but includes not processed.

AddOutputFilter INCLUDES;DEFLATE htm html

Results in browser failing to load response body. A 200 response is reported by
both Apache and Chrome dev tools, all headers look good but body fails to load.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to