jdk-24/test/jdk/java/net/httpclient
Michael McMahon 4ae3d8f2cd 8302475: Enhance HTTP client file downloading
Reviewed-by: dfuchs, rhalade
2023-07-18 21:17:07 +00:00
..
docs/files 8197564: HTTP Client implementation 2018-04-17 08:54:17 -07:00
examples 8252304: Seed an HttpRequest.Builder from an existing HttpRequest 2020-11-19 09:35:49 +00:00
FilePublisher 8305900: Use loopback IP addresses in security policy files of httpclient tests 2023-04-13 09:41:01 +00:00
http2 8310330: HttpClient: debugging interestOps/readyOps could cause exceptions and smaller cleanup 2023-06-20 15:51:43 +00:00
lib/jdk/httpclient/test/lib 8310731: Configure a javax.net.ssl.SNIMatcher for the HTTP/1.1 test servers in java/net/httpclient tests 2023-06-27 11:01:09 +00:00
offline 8267140: Support closing the HttpClient by making it auto-closable 2023-04-06 10:05:20 +00:00
PathSubscriber 8305900: Use loopback IP addresses in security policy files of httpclient tests 2023-04-13 09:41:01 +00:00
security 8305900: Use loopback IP addresses in security policy files of httpclient tests 2023-04-13 09:41:01 +00:00
ssltest 8239594: jdk.tls.client.protocols is not respected 2020-04-10 10:05:33 +01:00
websocket 8310731: Configure a javax.net.ssl.SNIMatcher for the HTTP/1.1 test servers in java/net/httpclient tests 2023-06-27 11:01:09 +00:00
whitebox 8310330: HttpClient: debugging interestOps/readyOps could cause exceptions and smaller cleanup 2023-06-20 15:51:43 +00:00
AbstractConnectTimeout.java 8294958: java/net/httpclient/ConnectTimeout tests are slow 2022-10-11 08:50:01 +00:00
AbstractConnectTimeoutHandshake.java 8294958: java/net/httpclient/ConnectTimeout tests are slow 2022-10-11 08:50:01 +00:00
AbstractNoBody.java 8308024: HttpClient (HTTP/1.1) sends an extraneous empty chunk if the BodyPublisher supplies an empty buffer 2023-05-16 09:13:17 +00:00
AbstractThrowingPublishers.java 8301169: java/net/httpclient/ThrowingSubscribersAsInputStream.java,ThrowingSubscribersAsInputStreamAsync.java, and other httpclient tests failing on windows: Unable to establish loopback connection 2023-04-25 15:48:12 +00:00
AbstractThrowingPushPromises.java 8301169: java/net/httpclient/ThrowingSubscribersAsInputStream.java,ThrowingSubscribersAsInputStreamAsync.java, and other httpclient tests failing on windows: Unable to establish loopback connection 2023-04-25 15:48:12 +00:00
AbstractThrowingSubscribers.java 8301169: java/net/httpclient/ThrowingSubscribersAsInputStream.java,ThrowingSubscribersAsInputStreamAsync.java, and other httpclient tests failing on windows: Unable to establish loopback connection 2023-04-25 15:48:12 +00:00
AggregateRequestBodyTest.java 8303457: Introduce convenience test library APIs for creating test servers for tests in test/jdk/java/net/httpclient 2023-03-02 11:24:06 +00:00
ALPNFailureTest.java 8217094: HttpClient SSL race if a socket IOException is raised before ALPN is available 2019-01-16 19:09:16 +00:00
ALPNProxyFailureTest.java 8295944: Move the Http2TestServer and related classes into a package of its own 2023-01-25 13:38:02 +00:00
AsFileDownloadTest.java 8302475: Enhance HTTP client file downloading 2023-07-18 21:17:07 +00:00
AsFileDownloadTest.policy 8305900: Use loopback IP addresses in security policy files of httpclient tests 2023-04-13 09:41:01 +00:00
AsyncExecutorShutdown.java 8303457: Introduce convenience test library APIs for creating test servers for tests in test/jdk/java/net/httpclient 2023-03-02 11:24:06 +00:00
AsyncShutdownNow.java 8309120: java/net/httpclient/AsyncShutdownNow.java fails intermittently 2023-05-31 10:49:20 +00:00
AuthFilter.java 8263442: Potential bug in jdk.internal.net.http.common.Utils.CONTEXT_RESTRICTED 2021-03-23 13:25:56 +00:00
AuthFilterCacheTest.java 8310731: Configure a javax.net.ssl.SNIMatcher for the HTTP/1.1 test servers in java/net/httpclient tests 2023-06-27 11:01:09 +00:00
AuthSchemesTest.java 8220575: Replace hardcoded 127.0.0.1 in URLs with new URI builder 2019-03-27 09:06:43 -07:00
BasicAuthTest.java 8304927: Update java/net/httpclient/BasicAuthTest.java to check basic auth over HTTP/2 2023-03-28 18:58:29 +00:00
BasicRedirectTest.java 8303457: Introduce convenience test library APIs for creating test servers for tests in test/jdk/java/net/httpclient 2023-03-02 11:24:06 +00:00
BodyProcessorInputStreamTest.java 8309409: Update HttpInputStreamTest and BodyProcessorInputStreamTest to use hg.openjdk.org 2023-06-04 09:48:11 +00:00
BodySubscribersTest.java 8226319: Add forgotten test/jdk/java/net/httpclient/BodySubscribersTest.java 2019-06-18 18:38:53 +01:00
BufferingSubscriberCancelTest.java 8197564: HTTP Client implementation 2018-04-17 08:54:17 -07:00
BufferingSubscriberErrorCompleteTest.java 8197564: HTTP Client implementation 2018-04-17 08:54:17 -07:00
BufferingSubscriberTest.java 8197564: HTTP Client implementation 2018-04-17 08:54:17 -07:00
ByteArrayPublishers.java 8301306: java/net/httpclient/* fail with -Xcomp 2023-02-03 11:56:06 +00:00
CancelledResponse2.java 8310645: CancelledResponse.java does not use HTTP/2 when testing the HttpClient 2023-07-05 11:04:10 +00:00
CancelledResponse.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
CancelRequestTest.java 8303457: Introduce convenience test library APIs for creating test servers for tests in test/jdk/java/net/httpclient 2023-03-02 11:24:06 +00:00
CancelStreamedBodyTest.java 8303457: Introduce convenience test library APIs for creating test servers for tests in test/jdk/java/net/httpclient 2023-03-02 11:24:06 +00:00
ConcurrentResponses.java 8310731: Configure a javax.net.ssl.SNIMatcher for the HTTP/1.1 test servers in java/net/httpclient tests 2023-06-27 11:01:09 +00:00
ConnectExceptionTest.java 8295777: java/net/httpclient/ConnectExceptionTest.java should not rely on system resolver 2022-10-24 06:08:40 +00:00
ConnectTimeoutHandshakeAsync.java 8208391: Differentiate response and connect timeouts in HTTP Client API 2018-08-09 11:23:12 +01:00
ConnectTimeoutHandshakeSync.java 8208391: Differentiate response and connect timeouts in HTTP Client API 2018-08-09 11:23:12 +01:00
ConnectTimeoutNoProxyAsync.java 8208391: Differentiate response and connect timeouts in HTTP Client API 2018-08-09 11:23:12 +01:00
ConnectTimeoutNoProxySync.java 8208391: Differentiate response and connect timeouts in HTTP Client API 2018-08-09 11:23:12 +01:00
ConnectTimeoutWithProxyAsync.java 8208391: Differentiate response and connect timeouts in HTTP Client API 2018-08-09 11:23:12 +01:00
ConnectTimeoutWithProxySync.java 8208391: Differentiate response and connect timeouts in HTTP Client API 2018-08-09 11:23:12 +01:00
ContentLengthHeaderTest.java 8305323: Update java/net/httpclient/ContentLengthHeaderTest.java to use new HttpTestServer factory methods 2023-03-31 13:48:20 +00:00
CookieHeaderTest.java 8303457: Introduce convenience test library APIs for creating test servers for tests in test/jdk/java/net/httpclient 2023-03-02 11:24:06 +00:00
CustomRequestPublisher.java 8305095: Update java/net/httpclient/CustomRequestPublisher.java to use new HttpTestServer factory methods 2023-03-29 09:46:15 +00:00
CustomResponseSubscriber.java 8310731: Configure a javax.net.ssl.SNIMatcher for the HTTP/1.1 test servers in java/net/httpclient tests 2023-06-27 11:01:09 +00:00
DebugLoggerTest.java 8303682: Simplify HttpClient DebugLogger 2023-03-08 13:52:52 +00:00
dependent.policy 8305900: Use loopback IP addresses in security policy files of httpclient tests 2023-04-13 09:41:01 +00:00
DependentActionsTest.java 8303457: Introduce convenience test library APIs for creating test servers for tests in test/jdk/java/net/httpclient 2023-03-02 11:24:06 +00:00
DependentPromiseActionsTest.java 8303457: Introduce convenience test library APIs for creating test servers for tests in test/jdk/java/net/httpclient 2023-03-02 11:24:06 +00:00
DigestEchoClient.java 8301942: java/net/httpclient/DigestEchoClientSSL.java fail with -Xcomp 2023-02-13 12:50:28 +00:00
DigestEchoClientSSL.java 8295944: Move the Http2TestServer and related classes into a package of its own 2023-01-25 13:38:02 +00:00
DigestEchoServer.java 8309527: Improve test proxy performance 2023-06-07 07:51:05 +00:00
EchoHandler.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
EmptyAuthenticate.java 8263899: HttpClient throws NPE in AuthenticationFilter when parsing www-authenticate head 2021-03-24 11:59:19 +00:00
EncodedCharsInURI.java 8306940: test/jdk/java/net/httpclient/XxxxInURI.java should call HttpClient::close 2023-04-27 08:25:40 +00:00
EscapedOctetsInURI.java 8306940: test/jdk/java/net/httpclient/XxxxInURI.java should call HttpClient::close 2023-04-27 08:25:40 +00:00
ExecutorShutdown.java 8303457: Introduce convenience test library APIs for creating test servers for tests in test/jdk/java/net/httpclient 2023-03-02 11:24:06 +00:00
ExpectContinue.java 8310731: Configure a javax.net.ssl.SNIMatcher for the HTTP/1.1 test servers in java/net/httpclient tests 2023-06-27 11:01:09 +00:00
ExpectContinueTest.java 8307648: java/net/httpclient/ExpectContinueTest.java timed out 2023-05-30 16:32:11 +00:00
FlowAdapterPublisherTest.java 8307626: java/net/httpclient/FlowAdapter* tests should close the HttpClient instances 2023-05-11 16:31:04 +00:00
FlowAdaptersCompileOnly.java 8197564: HTTP Client implementation 2018-04-17 08:54:17 -07:00
FlowAdapterSubscriberTest.java 8307626: java/net/httpclient/FlowAdapter* tests should close the HttpClient instances 2023-05-11 16:31:04 +00:00
ForbiddenHeadTest.java 8303457: Introduce convenience test library APIs for creating test servers for tests in test/jdk/java/net/httpclient 2023-03-02 11:24:06 +00:00
GZIPInputStreamTest.java 8303457: Introduce convenience test library APIs for creating test servers for tests in test/jdk/java/net/httpclient 2023-03-02 11:24:06 +00:00
HandshakeFailureTest.java 8258951: java/net/httpclient/HandshakeFailureTest.java failed with "RuntimeException: Not found expected SSLHandshakeException in java.io.IOException" 2021-08-20 09:05:00 +00:00
HeadersTest1.java 8197564: HTTP Client implementation 2018-04-17 08:54:17 -07:00
HeadersTest2.java 8310330: HttpClient: debugging interestOps/readyOps could cause exceptions and smaller cleanup 2023-06-20 15:51:43 +00:00
HeadersTest.java 8204679: HTTP Client refresh 2018-06-20 09:05:57 -07:00
HeadTest.java 8303457: Introduce convenience test library APIs for creating test servers for tests in test/jdk/java/net/httpclient 2023-03-02 11:24:06 +00:00
Http1ChunkedTest.java 8243246: HTTP Client sometimes gets java.io.IOException -> Invalid chunk header byte 32 2020-04-24 16:54:30 +01:00
httpclient-localaddr-security.policy 8305900: Use loopback IP addresses in security policy files of httpclient tests 2023-04-13 09:41:01 +00:00
HttpClientBuilderTest.java 8267140: Support closing the HttpClient by making it auto-closable 2023-04-06 10:05:20 +00:00
HttpClientClose.java 8305847: Improve diagnosability and resilience of HttpClient::close tests 2023-04-13 15:27:45 +00:00
HttpClientExceptionTest.java 8248006: Revisit exceptions thrown when creating an HttpClient fails due to unavailability of underlying resources 2020-08-10 15:15:10 +01:00
HttpClientLocalAddrTest.java 8310330: HttpClient: debugging interestOps/readyOps could cause exceptions and smaller cleanup 2023-06-20 15:51:43 +00:00
HttpClientShutdown.java 8305847: Improve diagnosability and resilience of HttpClient::close tests 2023-04-13 15:27:45 +00:00
HttpEchoHandler.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
HttpHeadersOf.java 8204679: HTTP Client refresh 2018-06-20 09:05:57 -07:00
HttpInputStreamTest.java 8309409: Update HttpInputStreamTest and BodyProcessorInputStreamTest to use hg.openjdk.org 2023-06-04 09:48:11 +00:00
HttpRedirectTest.java 8310731: Configure a javax.net.ssl.SNIMatcher for the HTTP/1.1 test servers in java/net/httpclient tests 2023-06-27 11:01:09 +00:00
HttpRequestBuilderTest.java 8276559: (httpclient) Consider adding an HttpRequest.Builder.HEAD method to build a HEAD request. 2021-11-17 03:20:40 +00:00
HttpRequestNewBuilderTest.java 8276559: (httpclient) Consider adding an HttpRequest.Builder.HEAD method to build a HEAD request. 2021-11-17 03:20:40 +00:00
HttpResponseInputStreamInterruptTest.java 8294047: HttpResponseInputStream swallows interrupts 2022-12-08 01:39:07 +00:00
HttpResponseInputStreamTest.java 8228970: AssertionError in ResponseSubscribers$HttpResponseInputStream 2019-08-08 18:44:11 +01:00
HttpSlowServerTest.java 8310731: Configure a javax.net.ssl.SNIMatcher for the HTTP/1.1 test servers in java/net/httpclient tests 2023-06-27 11:01:09 +00:00
HttpsTunnelAuthTest.java 8295944: Move the Http2TestServer and related classes into a package of its own 2023-01-25 13:38:02 +00:00
HttpsTunnelTest.java 8303457: Introduce convenience test library APIs for creating test servers for tests in test/jdk/java/net/httpclient 2023-03-02 11:24:06 +00:00
HttpVersionsTest.java 8295944: Move the Http2TestServer and related classes into a package of its own 2023-01-25 13:38:02 +00:00
ImmutableFlowItems.java 8310731: Configure a javax.net.ssl.SNIMatcher for the HTTP/1.1 test servers in java/net/httpclient tests 2023-06-27 11:01:09 +00:00
ImmutableHeaders.java 8197564: HTTP Client implementation 2018-04-17 08:54:17 -07:00
InterruptedBlockingSend.java 8245462: HttpClient send throws InterruptedException when interrupted but does not cancel request 2020-08-28 10:48:17 +01:00
InvalidInputStreamSubscriptionRequest.java 8303457: Introduce convenience test library APIs for creating test servers for tests in test/jdk/java/net/httpclient 2023-03-02 11:24:06 +00:00
InvalidSSLContextTest.java 8259662: Don't wrap SocketExceptions into SSLExceptions in SSLSocketImpl 2021-02-22 18:36:30 +00:00
InvalidSubscriptionRequest.java 8303457: Introduce convenience test library APIs for creating test servers for tests in test/jdk/java/net/httpclient 2023-03-02 11:24:06 +00:00
ISO_8859_1_Test.java 8303457: Introduce convenience test library APIs for creating test servers for tests in test/jdk/java/net/httpclient 2023-03-02 11:24:06 +00:00
LargeHandshakeTest.java 8310731: Configure a javax.net.ssl.SNIMatcher for the HTTP/1.1 test servers in java/net/httpclient tests 2023-06-27 11:01:09 +00:00
LargeResponseContent.java 8310330: HttpClient: debugging interestOps/readyOps could cause exceptions and smaller cleanup 2023-06-20 15:51:43 +00:00
LargeResponseTest.java 8310731: Configure a javax.net.ssl.SNIMatcher for the HTTP/1.1 test servers in java/net/httpclient tests 2023-06-27 11:01:09 +00:00
LightWeightHttpServer.java 8310731: Configure a javax.net.ssl.SNIMatcher for the HTTP/1.1 test servers in java/net/httpclient tests 2023-06-27 11:01:09 +00:00
LineAdaptersCompileOnly.java 8197564: HTTP Client implementation 2018-04-17 08:54:17 -07:00
LineBodyHandlerTest.java 8303457: Introduce convenience test library APIs for creating test servers for tests in test/jdk/java/net/httpclient 2023-03-02 11:24:06 +00:00
LineStreamsAndSurrogatesTest.java 8230000: some httpclients testng tests run zero test 2019-08-26 14:48:12 +01:00
LineSubscribersAndSurrogatesTest.java 8230000: some httpclients testng tests run zero test 2019-08-26 14:48:12 +01:00
ManyRequests2.java 8308310: HttpClient: Avoid logging or locking from within synchronized blocks 2023-05-24 14:23:24 +00:00
ManyRequests.java 8308310: HttpClient: Avoid logging or locking from within synchronized blocks 2023-05-24 14:23:24 +00:00
ManyRequestsLegacy.java 8301306: java/net/httpclient/* fail with -Xcomp 2023-02-03 11:56:06 +00:00
MappingResponseSubscriber.java 8310731: Configure a javax.net.ssl.SNIMatcher for the HTTP/1.1 test servers in java/net/httpclient tests 2023-06-27 11:01:09 +00:00
MaxStreams.java 8310330: HttpClient: debugging interestOps/readyOps could cause exceptions and smaller cleanup 2023-06-20 15:51:43 +00:00
MessageHeadersTest.java 8284191: Replace usages of 'a the' in hotspot and java.base 2022-05-24 11:25:13 +00:00
MethodsTest.java 8204679: HTTP Client refresh 2018-06-20 09:05:57 -07:00
MockServer.java 8206001: Enable TLS1.3 by default in Http Client 2018-07-04 16:16:24 +01:00
MultiAuthTest.java 8197564: HTTP Client implementation 2018-04-17 08:54:17 -07:00
NoBodyPartOne.java 8308024: HttpClient (HTTP/1.1) sends an extraneous empty chunk if the BodyPublisher supplies an empty buffer 2023-05-16 09:13:17 +00:00
NoBodyPartThree.java 8308024: HttpClient (HTTP/1.1) sends an extraneous empty chunk if the BodyPublisher supplies an empty buffer 2023-05-16 09:13:17 +00:00
NoBodyPartTwo.java 8308024: HttpClient (HTTP/1.1) sends an extraneous empty chunk if the BodyPublisher supplies an empty buffer 2023-05-16 09:13:17 +00:00
NonAsciiCharsInURI.java 8306940: test/jdk/java/net/httpclient/XxxxInURI.java should call HttpClient::close 2023-04-27 08:25:40 +00:00
noPermissions.policy 8204679: HTTP Client refresh 2018-06-20 09:05:57 -07:00
PlainProxyConnectionTest.java 8308310: HttpClient: Avoid logging or locking from within synchronized blocks 2023-05-24 14:23:24 +00:00
ProxyAuthDisabledSchemes.java 8262294: java/net/httpclient/ProxyAuthDisabledSchemes.java fails with HTTP/1.1 parser received no bytes 2023-03-30 05:15:19 +00:00
ProxyAuthDisabledSchemesSSL.java 8295944: Move the Http2TestServer and related classes into a package of its own 2023-01-25 13:38:02 +00:00
ProxyAuthTest.java 8284353: Update java/net and sun/net/www tests to eliminate dependency on sun.net.www.MessageHeader 2022-04-07 10:19:12 +00:00
ProxySelectorTest.java 8303457: Introduce convenience test library APIs for creating test servers for tests in test/jdk/java/net/httpclient 2023-03-02 11:24:06 +00:00
ProxyServer.java 8299018: java/net/httpclient/HttpsTunnelAuthTest.java fails with java.io.IOException: HTTP/1.1 header parser received no bytes 2022-12-20 11:06:36 +00:00
ProxyTest.java 8309527: Improve test proxy performance 2023-06-07 07:51:05 +00:00
RedirectMethodChange.java 8303457: Introduce convenience test library APIs for creating test servers for tests in test/jdk/java/net/httpclient 2023-03-02 11:24:06 +00:00
RedirectWithCookie.java 8303457: Introduce convenience test library APIs for creating test servers for tests in test/jdk/java/net/httpclient 2023-03-02 11:24:06 +00:00
ReferenceTracker.java 8305847: Improve diagnosability and resilience of HttpClient::close tests 2023-04-13 15:27:45 +00:00
RelayingPublishers.java 8226303: Examine the HttpRequest.BodyPublishers for exception handling 2019-06-18 14:12:06 +01:00
RequestBodyTest.java 8310731: Configure a javax.net.ssl.SNIMatcher for the HTTP/1.1 test servers in java/net/httpclient tests 2023-06-27 11:01:09 +00:00
RequestBodyTest.policy 8310731: Configure a javax.net.ssl.SNIMatcher for the HTTP/1.1 test servers in java/net/httpclient tests 2023-06-27 11:01:09 +00:00
RequestBuilderTest.java 8276559: (httpclient) Consider adding an HttpRequest.Builder.HEAD method to build a HEAD request. 2021-11-17 03:20:40 +00:00
Response1xxTest.java 8303457: Introduce convenience test library APIs for creating test servers for tests in test/jdk/java/net/httpclient 2023-03-02 11:24:06 +00:00
Response204.java Merge 2019-02-08 13:07:44 +00:00
Response204V2Test.java 8303457: Introduce convenience test library APIs for creating test servers for tests in test/jdk/java/net/httpclient 2023-03-02 11:24:06 +00:00
ResponseBodyBeforeError.java 8290083: ResponseBodyBeforeError: AssertionError or SSLException: Unsupported or unrecognized SSL message 2022-07-12 09:59:29 +00:00
ResponsePublisher.java 8303457: Introduce convenience test library APIs for creating test servers for tests in test/jdk/java/net/httpclient 2023-03-02 11:24:06 +00:00
RestrictedHeadersTest.java 8213189: Make restricted headers in HTTP Client configurable and remove Date by default 2018-11-14 14:23:21 +00:00
RetryPost.java 8310330: HttpClient: debugging interestOps/readyOps could cause exceptions and smaller cleanup 2023-06-20 15:51:43 +00:00
RetryWithCookie.java 8303457: Introduce convenience test library APIs for creating test servers for tests in test/jdk/java/net/httpclient 2023-03-02 11:24:06 +00:00
SendResponseHeadersTest.java 8253005: Add @throws IOException in javadoc for HttpEchange.sendResponseHeaders 2020-11-13 11:31:25 +00:00
ServerCloseTest.java 8295944: Move the Http2TestServer and related classes into a package of its own 2023-01-25 13:38:02 +00:00
ShortRequestBody.java 8233403: Improve verbosity of some httpclient tests 2019-11-07 16:18:02 +00:00
ShortResponseBody.java 8266900: java/net/httpclient/ShortResponseBody.java fails on windows with java.io.IOException: Unable to establish loopback connection 2022-10-24 06:07:10 +00:00
ShortResponseBodyGet.java 8266900: java/net/httpclient/ShortResponseBody.java fails on windows with java.io.IOException: Unable to establish loopback connection 2022-10-24 06:07:10 +00:00
ShortResponseBodyPost.java 8310330: HttpClient: debugging interestOps/readyOps could cause exceptions and smaller cleanup 2023-06-20 15:51:43 +00:00
ShortResponseBodyPostWithRetry.java 8286293: Tests ShortResponseBody and ShortResponseBodyWithRetry should use less resources 2022-05-09 13:01:16 +00:00
ShutdownNow.java 8309120: java/net/httpclient/AsyncShutdownNow.java fails intermittently 2023-05-31 10:49:20 +00:00
SmallTimeout.java 8294916: Cancelling a request must eventually cause its response body subscriber to be unregistered 2022-10-20 08:48:40 +00:00
SmokeTest.java 8228508: [TESTBUG] java/net/httpclient/SmokeTest.java fails on Windows7 2019-08-13 16:11:28 +01:00
SpecialHeadersTest.java 8303457: Introduce convenience test library APIs for creating test servers for tests in test/jdk/java/net/httpclient 2023-03-02 11:24:06 +00:00
SplitResponse.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
SplitResponseAsync.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
SplitResponseKeepAlive.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
SplitResponseKeepAliveAsync.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
SplitResponseSSL.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
SplitResponseSSLAsync.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
SplitResponseSSLKeepAlive.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
SplitResponseSSLKeepAliveAsync.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
SSLExceptionTest.java 8310330: HttpClient: debugging interestOps/readyOps could cause exceptions and smaller cleanup 2023-06-20 15:51:43 +00:00
StreamCloseTest.java 8303457: Introduce convenience test library APIs for creating test servers for tests in test/jdk/java/net/httpclient 2023-03-02 11:24:06 +00:00
StreamingBody.java 8303457: Introduce convenience test library APIs for creating test servers for tests in test/jdk/java/net/httpclient 2023-03-02 11:24:06 +00:00
SubscriberPublisherAPIExceptions.java 8197564: HTTP Client implementation 2018-04-17 08:54:17 -07:00
TEST.properties 8295944: Move the Http2TestServer and related classes into a package of its own 2023-01-25 13:38:02 +00:00
TestKit.java 8197564: HTTP Client implementation 2018-04-17 08:54:17 -07:00
TestKitTest.java 8197564: HTTP Client implementation 2018-04-17 08:54:17 -07:00
ThrowingPublishersCustomAfterCancel.java 8295944: Move the Http2TestServer and related classes into a package of its own 2023-01-25 13:38:02 +00:00
ThrowingPublishersCustomBeforeCancel.java 8295944: Move the Http2TestServer and related classes into a package of its own 2023-01-25 13:38:02 +00:00
ThrowingPublishersInNextRequest.java 8295944: Move the Http2TestServer and related classes into a package of its own 2023-01-25 13:38:02 +00:00
ThrowingPublishersInRequest.java 8295944: Move the Http2TestServer and related classes into a package of its own 2023-01-25 13:38:02 +00:00
ThrowingPublishersInSubscribe.java 8295944: Move the Http2TestServer and related classes into a package of its own 2023-01-25 13:38:02 +00:00
ThrowingPublishersIOAfterCancel.java 8295944: Move the Http2TestServer and related classes into a package of its own 2023-01-25 13:38:02 +00:00
ThrowingPublishersIOBeforeCancel.java 8295944: Move the Http2TestServer and related classes into a package of its own 2023-01-25 13:38:02 +00:00
ThrowingPublishersSanity.java 8295944: Move the Http2TestServer and related classes into a package of its own 2023-01-25 13:38:02 +00:00
ThrowingPushPromisesAsInputStreamCustom.java 8295944: Move the Http2TestServer and related classes into a package of its own 2023-01-25 13:38:02 +00:00
ThrowingPushPromisesAsInputStreamIO.java 8295944: Move the Http2TestServer and related classes into a package of its own 2023-01-25 13:38:02 +00:00
ThrowingPushPromisesAsLinesCustom.java 8295944: Move the Http2TestServer and related classes into a package of its own 2023-01-25 13:38:02 +00:00
ThrowingPushPromisesAsLinesIO.java 8295944: Move the Http2TestServer and related classes into a package of its own 2023-01-25 13:38:02 +00:00
ThrowingPushPromisesAsStringCustom.java 8295944: Move the Http2TestServer and related classes into a package of its own 2023-01-25 13:38:02 +00:00
ThrowingPushPromisesAsStringIO.java 8295944: Move the Http2TestServer and related classes into a package of its own 2023-01-25 13:38:02 +00:00
ThrowingPushPromisesSanity.java 8295944: Move the Http2TestServer and related classes into a package of its own 2023-01-25 13:38:02 +00:00
ThrowingSubscribersAsInputStream.java 8295944: Move the Http2TestServer and related classes into a package of its own 2023-01-25 13:38:02 +00:00
ThrowingSubscribersAsInputStreamAsync.java 8295944: Move the Http2TestServer and related classes into a package of its own 2023-01-25 13:38:02 +00:00
ThrowingSubscribersAsLines.java 8295944: Move the Http2TestServer and related classes into a package of its own 2023-01-25 13:38:02 +00:00
ThrowingSubscribersAsLinesAsync.java 8295944: Move the Http2TestServer and related classes into a package of its own 2023-01-25 13:38:02 +00:00
ThrowingSubscribersAsString.java 8295944: Move the Http2TestServer and related classes into a package of its own 2023-01-25 13:38:02 +00:00
ThrowingSubscribersAsStringAsync.java 8295944: Move the Http2TestServer and related classes into a package of its own 2023-01-25 13:38:02 +00:00
ThrowingSubscribersSanity.java 8295944: Move the Http2TestServer and related classes into a package of its own 2023-01-25 13:38:02 +00:00
TimeoutBasic.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
TimeoutOrdering.java 8202423: Small HTTP Client refresh 2018-05-02 02:36:17 -07:00
TlsContextTest.java 8295944: Move the Http2TestServer and related classes into a package of its own 2023-01-25 13:38:02 +00:00
UnauthorizedTest.java 8303457: Introduce convenience test library APIs for creating test servers for tests in test/jdk/java/net/httpclient 2023-03-02 11:24:06 +00:00
UnknownBodyLengthTest.java 8220083: Use InetAddress.getLoopbackAddress() in place of 127.0.0.1 for some tests 2019-02-27 13:34:40 -08:00
UserCookieTest.java 8303457: Introduce convenience test library APIs for creating test servers for tests in test/jdk/java/net/httpclient 2023-03-02 11:24:06 +00:00
VersionTest.java 8197564: HTTP Client implementation 2018-04-17 08:54:17 -07:00
ZeroRedirects.java 8197564: HTTP Client implementation 2018-04-17 08:54:17 -07:00