Re: Retry on ConnectTimeoutException

2010-01-07 Thread Olivier Lamy
Hi, Sure, I will. If I want to provide a patch do I have to do it on the 4.0.x branch or trunk ? Thanks, -- Olivier 2010/1/6 Oleg Kalnichevski ol...@apache.org: Olivier Lamy wrote: Sure. It's just I found this more elegant/readable code using the retry handler mechanism rather than writing

Re: Retry on ConnectTimeoutException

2010-01-07 Thread Oleg Kalnichevski
On Thu, 2010-01-07 at 11:14 +0100, Olivier Lamy wrote: Hi, Sure, I will. If I want to provide a patch do I have to do it on the 4.0.x branch or trunk ? Thanks, -- Olivier Trunk. Oleg - To unsubscribe, e-mail:

Re: Retry on ConnectTimeoutException

2010-01-07 Thread Olivier Lamy
HTTPCLIENT-902. Fix and junit included. So I haven't touched the interface HttpRequestRetryHandler. which says : boolean retryRequest(IOException exception, int executionCount, HttpContext context); As ConnectTimeoutException extends InterruptedIOException, I have overrid IOException.getCause()

Re: Missing start boundary error while using PostMethod and MultipartRequestEntity

2010-01-07 Thread Oleg Kalnichevski
sunitha yellasinganamala wrote: Hi Oleg, I tried to use 4.1 but looks like it is not there on maven repository. I used mvn to get the latest version and apparently could only find 3.1 in mvn repository. I understand that I have another option of downloading the jar and add to classpath