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?
>