You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Bala Ayalur <ar...@yahoo.com> on 2007/05/09 14:04:24 UTC

Re: ExtensionsFilter and compression filter

Hi Mario,
    Thanks a lot.

I deleted the entries in web.xml and configured it again as per your reply
and deleted the cached files from weblogic. And everything seems to be
working again.

Thanks a lot for your reply and helping me to get this working.

Regards,
Bala


Mario Ivankovits wrote:
> 
> 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
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/ExtensionsFilter-and-compression-filter-tf3715132.html#a10392877
Sent from the MyFaces - Users mailing list archive at Nabble.com.