dev@glassfish.java.net

Re: GZip Request

From: Jeanfrancois Arcand <Jeanfrancois.Arcand_at_Sun.COM>
Date: Fri, 04 Jul 2008 10:56:02 -0400

Salut,

Johannes Goehr wrote:
> I’m trying to get send a gzip compressed Request to a Glassfish
> Webservice. I included “Content-Encoding: gzip” in the header. The
> problem is
>
>
>
> That glassfish don’t decompress the request before interpreting the soap
> message. It seems like there is no InputFilter in
>
>
>
> com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask for gzip.
> Is it a bug or just a configuration problem.
>
>
>
> Is there any possibility to declare a own InputFilter???

Have you enabled compression?

http://weblogs.java.net/blog/jfarcand/archive/2006/06/enabling_http_c_1.html

Thanks

-- Jeanfrancois



>
>
>
> Thx for help
>
>
>
> Greets Johannes
>