RFR: 8340182: Java HttpClient does not follow default retry limit of 3 retries
Daniel Fuchs
dfuchs at openjdk.org
Wed Jun 4 13:49:56 UTC 2025
On Fri, 30 May 2025 08:57:47 GMT, Volkan Yazici <vyazici at openjdk.org> wrote:
>> Thanks for the catch - the class simple name has been appended in 18bac9fa64f81110c2894f5f141e88ec5dc20b03
>
> @p-nima, the handler still accepts all calls to `/`, you only salted the request URI. Would you mind doing the same in `httpTestServer.addHandler(...)` too, please? (You better create a `String requestPath` variable and use it both at the handler and the request.)
Yes - this line needs to be modified too.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/25490#discussion_r2126651002
More information about the net-dev
mailing list