[jdk11u-dev] RFR: 8217237: HttpClient does not deal well with multi-valued WWW-Authenticate challenge headers

Goetz Lindenmaier goetz at openjdk.org
Fri Jun 2 08:11:18 UTC 2023


On Tue, 30 May 2023 22:16:48 GMT, Olga Mikhaltsova <omikhaltcova at openjdk.org> wrote:

> I'd like to backport JDK-8217237 to jdk11u  in order to fix the same issue.
> The original patch applies cleanly.
> Tested as follow: `make run-test TEST=test/jdk/java/net/httpclient`

Hi,
the test you ran is only a basic sanity test that your fix is working.
In general, in a backport, you have to test a lot to assure you don't break existing coding!
If I backport issues, I run tier1, 2, 3, 4 of jdk, langtools, hotspot and jaxp on linux(s390, ppc64le, aarch64, x86_64), windows_x86_64 and mac (x86_64, aarch64), the jck tests on these platforms, benchmarks as rennaisance and some larger applications.
GHA-actions and running the new/changed tests are only minimal mandatory tests!

-------------

PR Comment: https://git.openjdk.org/jdk11u-dev/pull/1916#issuecomment-1573329143


More information about the jdk-updates-dev mailing list