-
Bug
-
Resolution: Fixed
-
P3
-
None
-
b05
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8309485 | 11.0.21 | Olga Mikhaltcova | P3 | Resolved | Fixed | b01 |
See https://stackoverflow.com/a/54208946
IIUC the issue is that the server sends a multi-valued WWW-Authenticate, one of the values being BASIC. But the HttpClient only looks at the first one - which apparently is not BASIC, and stops there.
IIUC the issue is that the server sends a multi-valued WWW-Authenticate, one of the values being BASIC. But the HttpClient only looks at the first one - which apparently is not BASIC, and stops there.
- backported by
-
JDK-8309485 HttpClient does not deal well with multi-valued WWW-Authenticate challenge headers
- Resolved