diff --git a/test/jdk/java/net/httpclient/HeadTest.java b/test/jdk/java/net/httpclient/HeadTest.java index 08deb4f0d71..4ff775d3866 100644 --- a/test/jdk/java/net/httpclient/HeadTest.java +++ b/test/jdk/java/net/httpclient/HeadTest.java @@ -23,7 +23,7 @@ /* * @test id=withCertificateCompression - * @bug 8203433 8276559 + * @bug 8203433 8276559 8372526 * @summary Tests Client handles HEAD and 304 responses correctly. * @library /test/lib /test/jdk/java/net/httpclient/lib * @build jdk.test.lib.net.SimpleSSLContext @@ -33,7 +33,7 @@ /* * @test id=withoutCertificateCompression - * @bug 8203433 8276559 + * @bug 8203433 8276559 8372526 * @summary Tests Client handles HEAD and 304 responses correctly. * @library /test/lib /test/jdk/java/net/httpclient/lib * @build jdk.test.lib.net.SimpleSSLContext diff --git a/test/jdk/java/net/httpclient/LargeHandshakeTest.java b/test/jdk/java/net/httpclient/LargeHandshakeTest.java index 5d305aeb1e1..f1546077fbb 100644 --- a/test/jdk/java/net/httpclient/LargeHandshakeTest.java +++ b/test/jdk/java/net/httpclient/LargeHandshakeTest.java @@ -68,7 +68,7 @@ import static java.net.http.HttpOption.H3_DISCOVERY; /* * @test id=withCertificateCompression - * @bug 8231449 + * @bug 8231449 8372526 * @summary This test verifies that the HttpClient works correctly when the server * sends a large certificate. This test will not pass without * the fix for JDK-8231449. To regenerate the certificate, modify the @@ -95,7 +95,7 @@ import static java.net.http.HttpOption.H3_DISCOVERY; /* * @test id=withoutCertificateCompression - * @bug 8231449 + * @bug 8231449 8372526 * @summary This test verifies that the HttpClient works correctly when the server * sends a large certificate. This test will not pass without * the fix for JDK-8231449. To regenerate the certificate, modify the