You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Barry Pearce <ba...@copyrightwitness.net.INVALID> on 2019/10/11 10:08:13 UTC

[users@httpd] OutputFilter of Includes AND Deflate results in browser failing to load response body

Hi,

I am having problems with filters provided by mod_mime, Apache 2.4.41 on 
Manjaro. 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.

Any ideas before I raise a bug report? Can anyone else replicate?

-- 
Regards

Barry Pearce
www.copyrightwitness.com
Registration centre for copyright works.

This e-mail and any attachments are confidential and intended for the addressee only.
The information in this mail does not amount to legal advice or opinion. Any views or legal references are those of the author and are based on personal opinion or understanding only.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org