Log of /httpcomponents/oac.hc3x/trunk/src/examples/AlternateAuthenticationExample.java
Parent Directory
|
Revision Log
Revision
134632 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Jun 12 22:47:23 2004 UTC
(5 years, 5 months ago)
by
olegk
Original Path:
jakarta/commons/proper/httpclient/trunk/src/examples/AlternateAuthenticationExample.java
File length: 3554 byte(s)
Diff to
previous 134530
(
colored)
PR #29439 (Credentials ignored if realm specified in preemptive authentication)
Changelog:
* HttpAuthRealm was a poor choice of a name. Renamed to AuthScope
* ANY_HOST, ANY_PORT, ANY_REALM & ANY_SCHEME static variables can be used
instead of non-descriptive null, -1, null, null to assign and retrieve credentials
* Deprecated
HttpState#setCredentials(String, String, Credentials)
HttpState#getCredentials(String, String)
HttpState#setProxyCredentials(String, String, Credentials)
HttpState#getProxyCredentials(String, String)
* Extra warning logs in case of preemptive authentication failure due to missing
default credentials
* Extra test case
Contributed by Oleg Kalnichevski
Reviewed by Michael Becke
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.