Hello! I know the Httpclient can try to connect to a host several times if some of java.net.* exceptions occur. My question is - how can I filter which exceptions I want HttpClient to retry? For example I don't want HttpClient to try connection several times in case if there was some java.net.SocketTimeoutException thrown, but instead I need these exceptions to be thrown and handled in upper level (my application).
-- Eugene N Dzhurinsky --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
