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

2006-04-20 Thread Henri Gomez (JIRA)
[ http://issues.apache.org/jira/browse/XMLRPC-79?page=comments#action_12375419 ] Henri Gomez commented on XMLRPC-79: --- Right, you should do instead : setGzipCompressing(false) ; setGzipRequesting(true) ; Tell us more. Also be sure Tomcat 5.x has compress

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

2006-04-20 Thread Inaki Ortiz (JIRA)
[ http://issues.apache.org/jira/browse/XMLRPC-79?page=comments#action_12375380 ] Inaki Ortiz commented on XMLRPC-79: --- > So I suggest you stay with uncompressed request but keep advantage of > compressed reply, > since generally you get more datas in repl

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

2006-04-18 Thread Henri Gomez
2006/4/17, Jochen Wiedmann <[EMAIL PROTECTED]>: > Henri Gomez (JIRA) wrote: > > > GZIP response compression is only available to HTTP 1.1 clients. > > I am sorry, Henri, but I disagree with you on that. > > The main difference between HTTP 1.1 and HTTP 1.0 in that aspect is the > possibility to use

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

2006-04-17 Thread Jochen Wiedmann
Henri Gomez (JIRA) wrote: > GZIP response compression is only available to HTTP 1.1 clients. I am sorry, Henri, but I disagree with you on that. The main difference between HTTP 1.1 and HTTP 1.0 in that aspect is the possibility to use chunked encoding or not. However, if chunked encoding canno

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

2006-04-17 Thread Henri Gomez (JIRA)
[ http://issues.apache.org/jira/browse/XMLRPC-79?page=comments#action_12374791 ] Henri Gomez commented on XMLRPC-79: --- GZIP response compression is only available to HTTP 1.1 clients. If Sun or XML-RPC support a full HTTP 1.1 client, no problem with it bu

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

2006-04-17 Thread Inaki (JIRA)
[ http://issues.apache.org/jira/browse/XMLRPC-79?page=comments#action_12374741 ] Inaki commented on XMLRPC-79: - The idea behind this is that I want to make use of compression both in the client (request) and the server (response). If I disable the request comp

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

2006-04-14 Thread Henri Gomez (JIRA)
[ http://issues.apache.org/jira/browse/XMLRPC-79?page=comments#action_12374577 ] Henri Gomez commented on XMLRPC-79: --- Could you try with disabling request compression : config.setGzipRequesting(false); Did you use direct HTTP connection or did you got th

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

2006-04-12 Thread Inaki (JIRA)
[ http://issues.apache.org/jira/browse/XMLRPC-79?page=comments#action_12374143 ] Inaki 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 registered within the web applic

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

2006-04-11 Thread Inaki (JIRA)
[ http://issues.apache.org/jira/browse/XMLRPC-79?page=comments#action_12374057 ] Inaki commented on XMLRPC-79: - Right. I have derived a subclass to XmlRpcServlet and have overwritten init(ServletConfig pConfig) and newXmlRpcHandlerMapping() methods. No matter