Integrated: 8340182: Java HttpClient does not follow default retry limit of 3 retries

p-nima duke at openjdk.org
Fri Jun 13 10:36:03 UTC 2025


On Wed, 28 May 2025 11:26:17 GMT, p-nima <duke at openjdk.org> 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 <prateek.nima at oracle.com>
Committer: Daniel Fuchs <dfuchs at openjdk.org>
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


More information about the net-dev mailing list