Hi Danniel,

the retry handler decides how to deal with communication problems.
A missing authentication is not a communication problem. There is
no retry handler code in the authentication guide:
http://jakarta.apache.org/commons/httpclient/authentication.html

If you are repeatedly prompted for a uid/pwd for the same domain,
make sure you use the same HttpState object for all requests. If
you don't pass an extra HttpState object (which you don't in the
code snippet you sent), then you have to use the same HttpClient
object. HttpClient uses HttpState to store the credentials, as
mentioned here:
http://jakarta.apache.org/commons/httpclient/apidocs/org/apache/commons/httpclient/auth/CredentialsProvider.html

hope that helps,
  Roland



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to