[jira] Commented: (XMLRPC-101) Possibility to subclass XmlRpcSunHttpTransport for added functionality

2006-08-01 Thread Steffen Pingel (JIRA)
[ http://issues.apache.org/jira/browse/XMLRPC-101?page=comments#action_12424831 ] Steffen Pingel commented on XMLRPC-101: --- I need per connection SSL support and proxy support for XmlRpcCommonsTransport. Once XmlRpcSunHttpTransport has

[jira] Commented: (XMLRPC-101) Possibility to subclass XmlRpcSunHttpTransport for added functionality

2006-08-01 Thread Julio Francisco Veronelli (JIRA)
[ http://issues.apache.org/jira/browse/XMLRPC-101?page=comments#action_12424986 ] Julio Francisco Veronelli commented on XMLRPC-101: -- Sorry, the example is wrong, should read: XmlRpcTransportFactory t = new

[jira] Commented: (XMLRPC-101) Possibility to subclass XmlRpcSunHttpTransport for added functionality

2006-08-01 Thread Jochen Wiedmann (JIRA)
[ http://issues.apache.org/jira/browse/XMLRPC-101?page=comments#action_12425005 ] Jochen Wiedmann commented on XMLRPC-101: Ok, I'll apply this patch (most possibly with slight modifications) after 3.0 is out. Possibility to subclass

[jira] Commented: (XMLRPC-101) Possibility to subclass XmlRpcSunHttpTransport for added functionality

2006-08-01 Thread Julio Francisco Veronelli (JIRA)
[ http://issues.apache.org/jira/browse/XMLRPC-101?page=comments#action_12425099 ] Julio Francisco Veronelli commented on XMLRPC-101: -- Ok, thanks a lot for your time and guidance. Possibility to subclass XmlRpcSunHttpTransport

[jira] Commented: (XMLRPC-101) Possibility to subclass XmlRpcSunHttpTransport for added functionality

2006-07-31 Thread Julio Francisco Veronelli (JIRA)
[ http://issues.apache.org/jira/browse/XMLRPC-101?page=comments#action_12424598 ] Julio Francisco Veronelli commented on XMLRPC-101: -- I copy the method i'm trying to overwrite as an example. I think it would be a nice

[jira] Commented: (XMLRPC-101) Possibility to subclass XmlRpcSunHttpTransport for added functionality

2006-07-31 Thread Jochen Wiedmann (JIRA)
[ http://issues.apache.org/jira/browse/XMLRPC-101?page=comments#action_12424645 ] Jochen Wiedmann commented on XMLRPC-101: I see two completely different topics here: - The use of a proxy server is definitely of general interest and a

[jira] Commented: (XMLRPC-101) Possibility to subclass XmlRpcSunHttpTransport for added functionality

2006-07-31 Thread Julio Francisco Veronelli (JIRA)
[ http://issues.apache.org/jira/browse/XMLRPC-101?page=comments#action_12424741 ] Julio Francisco Veronelli commented on XMLRPC-101: -- I'm tackling the SSL thingy first. Attached is a patch for setting a SSLSocketFactory that

[jira] Commented: (XMLRPC-101) Possibility to subclass XmlRpcSunHttpTransport for added functionality

2006-07-31 Thread Julio Francisco Veronelli (JIRA)
[ http://issues.apache.org/jira/browse/XMLRPC-101?page=comments#action_12424750 ] Julio Francisco Veronelli commented on XMLRPC-101: -- Now, about the HTTP proxy thing, seems ok what you suggest. But I think there are a couple of

[jira] Commented: (XMLRPC-101) Possibility to subclass XmlRpcSunHttpTransport for added functionality

2006-07-31 Thread Jochen Wiedmann (JIRA)
[ http://issues.apache.org/jira/browse/XMLRPC-101?page=comments#action_12424752 ] Jochen Wiedmann commented on XMLRPC-101: There's nothing wrong with using Java 1.4 (or even 1.5 features), as long as the respective code is clearly