Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 1.0-beta-5
-
Fix Version/s: 1.0-beta-6
-
Component/s: wagon-http
-
Labels:None
-
Number of attachments :
Description
the http wagon uses preemptive authentication, which means that if you have a server entry with username and password in it that don't correspond to a user on the server you're trying to reach, that server will sometimes respond with Unauthorized regardless of whether authentication is even required to perform that operation on that target URL.
We should allow the configuration strategy from WAGON-269/WAGON-264 to configure the 'http.authentication.preemptive' httpclient parameter, and turn off preemptive authentication by default.
Issue Links
- is depended upon by
-
MNG-4213
preemptive auth in non-lightweight http wagon causes Unauthorized responses from some servers
-
fix-for: beta-6