DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29439>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29439

Credentials ignored if realm specified in preemptive authentication





------- Additional Comments From [EMAIL PROTECTED]  2004-06-12 17:36 -------
Here's my first stab at it

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
* 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

Let me know what you think

Oleg

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

Reply via email to