I am trying out some code to compress the content from my webapp using a
GZIP Filter. But I am confiused about two things.
- Is the filter invoked on incoming requests (or both)? How do we specify
when it is to be invoked?

- After configuring the filter in web.xml I get a garbage respone in the
browser (IE 5.x and NS 7.0). The filter uses GZip to compress the
outputStream it gets from response. But i guess the browser does not
automatically decompress the data. What do I ned to do to make it work.

Thanks and regards,

Affan


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

Reply via email to