HTTPClient doesn't send authentication header in threaded environment
---------------------------------------------------------------------
Key: HTTPCLIENT-1168
URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1168
Project: HttpComponents HttpClient
Issue Type: Bug
Components: HttpClient
Affects Versions: 4.2 Beta1, 4.1.3
Reporter: Lennart Diedrich
Using HTTPClient with multiple threads and basic authentication seems to create
a race condition. The request headers sometimes don't contain the authorization
entry, which results in a 401 (although the username and password credentials
are correctly set).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]