Correct! What is the best way to make sure that the filter is only picking up content that should be compressed. i.e. we have some actions that produce images. I assume that you would filter on *.do or /do/* but this would include these actions. Would it be wise to check the response type before compressing?

Nathan
On Aug 6, 2004, at 6:09 AM, Emmanouil Batsis wrote:

Shailender Jain wrote:

Hi,

I know this is not the right place to ask this question.

Has anybody ever used HTTP compression and image compression techniques
so that the web page is downloaded extremely fast.



The usual way is to use a Servlet filter to compress the right content for the right clients. There is little or no meaning in compressing binary files (like images).


Cheers,

Manos

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to