Try this and it should work. HttpMethodRetryHandler retry_handler = new DefaultHttpMethodRetryHandler(0, false); HttpClientParams params = new HttpClientParams(); params.setParameter(HttpMethodParams.RETRY_HANDLER, retry_handler); options.setProperty(HTTPConstants.CACHED_HTTP_CLIENT, new org.apache.commons.httpclient.HttpClient(params, manager));
Anil Bondalapati | Principal Applications Developer Phone: +1 512.671.5108 | Fax: +1 512.671.5108 From: satyapriya sahoo [mailto:[email protected]] Hi, |
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
