How do I disable Gzip compression on the server/servlet when extensions are
enabled?

Currently I have:

((XmlRpcServerConfigImpl) server.getConfig()).setEnabledForExtensions(true);

There does not seem to be a way to do:
((XmlRpcServerConfigImpl) server.getConfig()).setGzipCompressing(false);

Modifying the client not to ask for gzip is not an option.

Thanks


-- 
View this message in context: 
http://www.nabble.com/disable-gzip-on-server-with-enableforextensions%3Dtrue-tf2468819.html#a6883385
Sent from the Apache Xml-RPC - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to