dev@glassfish.java.net

GZip Request

From: Johannes Goehr <johannes_at_goehr.net>
Date: Fri, 4 Jul 2008 12:35:19 +0200

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

 

Thx for help

 

Greets Johannes