You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Adi Gati <ad...@symantec.com> on 2005/07/10 15:54:33 UTC

Decompressing a gzip compressed request body

Hi all,

 

I am using Tomcat4.
Does anyone know how to enable decompression of a GZIP request body?

 

I fail to open a GZIPInputStream on the request.getInputStream().

Is there a Filter I can use?

How can I use it?

 

Thanks,

          Adi.