Author: oglueck
Date: Mon Dec 19 01:19:10 2005
New Revision: 357669

URL: http://svn.apache.org/viewcvs?rev=357669&view=rev
Log:
doc: fixed broken link

Modified:
    
jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/auth/CredentialsProvider.java

Modified: 
jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/auth/CredentialsProvider.java
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/auth/CredentialsProvider.java?rev=357669&r1=357668&r2=357669&view=diff
==============================================================================
--- 
jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/auth/CredentialsProvider.java
 (original)
+++ 
jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/auth/CredentialsProvider.java
 Mon Dec 19 01:19:10 2005
@@ -34,23 +34,23 @@
 /**
  * <p>
  * Credentials provider interface can be used to provide [EMAIL PROTECTED] 
- * org.apache.commons.httpclient.HttpMethod HTTP method} with a means 
- * to request authentication credentials if no credentials have been given 
- * or given credentials are incorrect. 
+ * org.apache.commons.httpclient.HttpMethod HTTP method} with a means to 
request
+ * authentication credentials if no credentials have been given or given
+ * credentials are incorrect.
  * </p>
  * <p>
- * HttpClient makes no provisions to check whether the same credentials have 
- * been tried already. It is a responsibility of the custom credentials 
- * provider to keep track of authentication attempts and to ensure that 
- * credentials known to be invalid are not retried. HttpClient will simply 
- * store the set of credentials returned by the custom credentials provider 
- * in the [EMAIL PROTECTED] HttpState http state} object and will attempt to 
use these 
- * credentials for all subsequent requests with the given authentication 
- * scope.
+ * HttpClient makes no provisions to check whether the same credentials have
+ * been tried already. It is a responsibility of the custom credentials 
provider
+ * to keep track of authentication attempts and to ensure that credentials 
known
+ * to be invalid are not retried. HttpClient will simply store the set of
+ * credentials returned by the custom credentials provider in the
+ * [EMAIL PROTECTED] org.apache.commons.httpclient.HttpState http state} 
object and will
+ * attempt to use these credentials for all subsequent requests with the given
+ * authentication scope.
  * </p>
  * <p>
- * Classes implementing this interface must synchronize access to shared
- * data as methods of this interfrace may be executed from multiple threads 
+ * Classes implementing this interface must synchronize access to shared data 
as
+ * methods of this interfrace may be executed from multiple threads
  * </p>
  * 
  * 



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

Reply via email to