[Bug 711440] New: filter chain mod_deflate mod_ext_filter on apache 2.2.17
https://bugzilla.novell.com/show_bug.cgi?id=711440 https://bugzilla.novell.com/show_bug.cgi?id=711440#c0 Summary: filter chain mod_deflate mod_ext_filter on apache 2.2.17 Classification: openSUSE Product: openSUSE 11.4 Version: Final Platform: x86-64 OS/Version: openSUSE 11.4 Status: NEW Severity: Major Priority: P5 - None Component: Apache AssignedTo: bnc-team-apache@forge.provo.novell.com ReportedBy: diego.ercolani@gmail.com QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0 I have a situation where apache (apache2-2.2.17-4.5.1.x86_64) is configured as reverse proxy with rewrite rules enabled as frontend of a site. I would like to add deflate and a ext_filter to the stream. The configuration have been validated on the old production installation where all is working. I declared the extfilter: <IfModule mod_ext_filter.c> ExtFilterDefine oldcim-2-newcim mode=output \ intype=text/html outtype=text/html \ cmd="/usr/bin/sed s#https://ib\.pippo\.it/ib/login.do#https://ib.pippo/eb/login.do#g" </IfModule> and defined the filter chain: SetOutputFilter oldcim-2-newcim;DEFLATE and obviously defined the other parameters. The problem is that if I chain the 2 filters, the browser show only strange characters (probably the compressed stream without the header declaration (?)) while If I use two filter separately I don't have any problem. If I define also a filter with a trailing ";" I have tha same behaviour: SetOutputFilter DEFLATE; Reproducible: Always -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=711440 https://bugzilla.novell.com/show_bug.cgi?id=711440#c1 Diego Ercolani <diego.ercolani@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- OS/Version|openSUSE 11.4 |openSUSE 12.3 --- Comment #1 from Diego Ercolani <diego.ercolani@gmail.com> 2013-04-16 09:56:05 UTC --- I have the same bug with new version, under opensuse 12.3 (apache2-2.2.22-10.4.1.x86_64) It's there a problem of concatenating external filter?!?!? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com