[jira] Kommentiert: (XMLRPC-79) Problems when enabling gzip compression

2006-04-11 Thread Jochen Wiedmann (JIRA)
[ http://issues.apache.org/jira/browse/XMLRPC-79?page=comments#action_12374031 ] Jochen Wiedmann commented on XMLRPC-79: --- I don't know how you come to believe that the XmlRpcServlet may be configured through init parameters in web.xml? The suggested w

[jira] Kommentiert: (XMLRPC-79) Problems when enabling gzip compression

2006-04-11 Thread Jochen Wiedmann (JIRA)
[ http://issues.apache.org/jira/browse/XMLRPC-79?page=comments#action_12374106 ] Jochen Wiedmann commented on XMLRPC-79: --- Compare your own statement: Right. I have derived a subclass to XmlRpcServlet and have overwritten init(ServletConfig pConfi

[jira] Kommentiert: (XMLRPC-79) Problems when enabling gzip compression

2006-04-12 Thread Jochen Wiedmann (JIRA)
[ http://issues.apache.org/jira/browse/XMLRPC-79?page=comments#action_12374161 ] Jochen Wiedmann commented on XMLRPC-79: --- > Sorry, I forgot to mention that I updated the web.xml file accordingly so > that the > user-defined subclass is properly regist

[jira] Kommentiert: (XMLRPC-79) Problems when enabling gzip compression

2006-04-20 Thread Jochen Wiedmann (JIRA)
[ http://issues.apache.org/jira/browse/XMLRPC-79?page=comments#action_12375430 ] Jochen Wiedmann commented on XMLRPC-79: --- Preliminary findings: A compressed response did not contain a "Content-Encoding" header. This is now fixed and the sun transport

Re: [jira] Kommentiert: (XMLRPC-79) Problems when enabling gzip compression

2006-04-14 Thread Henri Gomez
Could you try with disabling request compression : config.setGzipRequesting(false); Did you use direct HTTP connection or did you got thru mod_jk for exampe ? Also I see you're using XmlRpcLiteHttpTransportFactory which is HTTP 1.0 and gzip support is only on HTTP 1.1. Could you try with XmlRpcC