Add 8372526 bug number to HTTP tests

This commit is contained in:
Artur Barashev 2026-03-20 12:36:24 -04:00
parent bfc79ee663
commit c77f64d02b
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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