On Wed, 28 May 2025 11:26:17 GMT, p-nima <[email protected]> wrote: > The AuthenticationFilter did not respect the default retry limit of 3 retries > in case of invalid credentials supplied. > > This PR helps to resolve the bug and tests it with default and updated retry > limit set via `jdk.httpclient.auth.retrylimit=1`. > > The test is green with tiers 1, 2, 3 and the test is stable.
This pull request has now been integrated. Changeset: ead4529c Author: Prateek Nima <[email protected]> Committer: Daniel Fuchs <[email protected]> URL: https://git.openjdk.org/jdk/commit/ead4529c9219009fc4224e52e9ac4af5055e7137 Stats: 136 lines in 2 files changed: 135 ins; 0 del; 1 mod 8340182: Java HttpClient does not follow default retry limit of 3 retries Reviewed-by: dfuchs ------------- PR: https://git.openjdk.org/jdk/pull/25490
