> I am trying out some code to compress the content from my webapp using a
> GZIP Filter.

> The filter uses GZip to compress the outputStream it gets from
> response.

Did you write this filter?  Are you paying attention to the request header
that needs to be honored, and the response header that needs to be set?

ref: http://www.orionserver.com/tutorials/filters/5.html

Whose JVM are you using?  A friend running WebSphere found that IBM had done
something wrong in their version of GZIPOutputStream.  Switching to GNU
GZIPOutputStream, IIRC which one, fixed his problem.

        --- Noel


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

Reply via email to