Re: XmlRpcSunHttpTransport and read timeout

2009-09-08 Thread Gam
Hello, I did rose the issue in feb 2008, providing a fix for this, see here: http://marc.info/?l=xmlrpc-dev&m=120318156313794&w=2 but my problem was how to make sure we are not on 1.4? Regards, Gam. On 8 sept. 09, at 21:51, Jochen Wiedmann wrote: You're the first one to point this out. Compat

RE: XmlRpcSunHttpTransport and read timeout

2009-09-08 Thread Lars Gramark
Sure. I'll be happy to provide a patch. I'll get back to you. - Original Message - From: Jochen Wiedmann Sent: Tue, 2009/9/8 15:51 To: xmlrpc-dev@ws.apache.org Subject: Re: XmlRpcSunHttpTransport and read timeout You're the first one to point this out. Compatibility to 1.4 is not a pro

Re: XmlRpcSunHttpTransport and read timeout

2009-09-08 Thread Jochen Wiedmann
You're the first one to point this out. Compatibility to 1.4 is not a problem, because we already have JDK specific variants of the transports. Wanna provide a patch? On Tue, Sep 8, 2009 at 3:39 PM, Lars Gramark wrote: > The reply timeout set in the XmlRpcHttpClientConfig is ignored when making

XmlRpcSunHttpTransport and read timeout

2009-09-08 Thread Lars Gramark
The reply timeout set in the XmlRpcHttpClientConfig is ignored when making synchronous calls from the client. This may cause calls to hang forever if there is no response. Digging into the code, I noticed that the read timeout provided by the XmlRpcHttpClientConfig is ignored when creating a URL