mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-30 01:30:26 +00:00
Add 8372526 bug number to HTTP tests
This commit is contained in:
parent
bfc79ee663
commit
c77f64d02b
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user