Hi!
>    i have implemented a GZIP Filter for a JSF application that compresses
> the response that is sent to the browser.
>
> Can you please let me know how I can get these two working together. Any
> help or advice will be very useful.
>   
Check the ordering of your filter-mapping.

It should be:
1) compression filter
2) extensions filter

That way the output of the extensions filter will be passed through the
compression filter.

Ciao,
Mario

Reply via email to