Certain authenticators (NTLM, Negotiate, Digest) can fail because of external reasons, like incorrect server challenges or system configuration, see JDK-8347778 for an example. These failures are then reported as a generic "Authentication failure" exception.
We should report the more detailed original exceptions when possible. This would enable the users to diagnose the issues.
We should report the more detailed original exceptions when possible. This would enable the users to diagnose the issues.
- relates to
-
JDK-8347778 Two NTLM test in sun/net/www/protocol/http fail on Windows Server 2025
-
- Closed
-
- links to
-
Review(master)
openjdk/jdk/28601