users@grizzly.java.net

Re: GZIP'ing content ...

From: Jeanfrancois Arcand <Jeanfrancois.Arcand_at_Sun.COM>
Date: Wed, 27 Aug 2008 22:15:20 -0400

Salut,

Alan Williamson wrote:
> Guys,
>
> I just noticed our servers are not kicking our GZIP'd content. I could
> swear they use to in a previous version of Grizzly.
>
> Is this right?
>
> st.setCompression("on");
> st.setCompressableMimeTypes("text/xml");
> st.setCompressionMinSize(gzipThreshold);

Hum....what is the Threshold value?

Thanks!

-- Jeanfrancois

>
> My content-type is:
> Content-Type: text/xml;charset=UTF-8
>
> What have i done wrong?
>