jdk-24/test/jdk/java/net/httpclient
Rahul Yadav 86722cb038 8239594: jdk.tls.client.protocols is not respected
8239595: ssl context version is not respected

The java.net.HttpClient is updated to no longer override any default selected protocols in the SSLContext, in the absence of  any SSLParameters explicitly supplied to the HttpClient.builder.

Reviewed-by: chegar, dfuchs
2020-04-10 10:05:33 +01:00
..
docs/files 8197564: HTTP Client implementation 2018-04-17 08:54:17 -07:00
examples 8240921: Minor correction to HttpResponse.BodySubscribers example 2020-03-20 20:16:34 +00:00
FilePublisher 8241674: Fix incorrect jtreg option in FilePublisherPermsTest 2020-03-26 14:58:53 +00:00
http2 8242044: Add basic HTTP/1.1 support to the HTTP/2 Test Server 2020-04-03 07:27:53 +01:00
offline 8208391: Differentiate response and connect timeouts in HTTP Client API 2018-08-09 11:23:12 +01:00
reactivestreams-tck/org/reactivestreams 8232367: Update the jdk/java/net/httpclient tests to RS TCK 1.0.3 2019-11-04 10:06:59 +00:00
reactivestreams-tck-tests 8226602: Test convenience reactive primitives from java.net.http with RS TCK 2019-07-02 13:25:51 +01:00
security 8237589: Fix copyright header formatting 2020-01-21 14:23:01 -08:00
ssltest 8239594: jdk.tls.client.protocols is not respected 2020-04-10 10:05:33 +01:00
websocket 8237589: Fix copyright header formatting 2020-01-21 14:23:01 -08:00
whitebox 8238740: java/net/httpclient/whitebox/FlowTestDriver.java would not specify a TLS protocol 2020-03-10 21:43:46 +08:00
AbstractConnectTimeout.java 8208391: Differentiate response and connect timeouts in HTTP Client API 2018-08-09 11:23:12 +01:00
AbstractConnectTimeoutHandshake.java 8208391: Differentiate response and connect timeouts in HTTP Client API 2018-08-09 11:23:12 +01:00
AbstractNoBody.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
AbstractThrowingPublishers.java 8233403: Improve verbosity of some httpclient tests 2019-11-07 16:18:02 +00:00
AbstractThrowingPushPromises.java 8233403: Improve verbosity of some httpclient tests 2019-11-07 16:18:02 +00:00
AbstractThrowingSubscribers.java 8233403: Improve verbosity of some httpclient tests 2019-11-07 16:18:02 +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 8217094: HttpClient SSL race if a socket IOException is raised before ALPN is available 2019-01-16 19:09:16 +00:00
AsFileDownloadTest.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
AsFileDownloadTest.policy 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
AuthFilterCacheTest.java 8232853: AuthenticationFilter.Cache::remove may throw ConcurrentModificationException 2019-11-08 11:15:16 +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 8197564: HTTP Client implementation 2018-04-17 08:54:17 -07:00
BasicRedirectTest.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
BodyProcessorInputStreamTest.java 8204679: HTTP Client refresh 2018-06-20 09:05:57 -07: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 8222968: ByteArrayPublisher is not thread-safe resulting in broken re-use of HttpRequests 2019-06-28 11:26:07 +01:00
CancelledResponse.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ConcurrentResponses.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ConnectExceptionTest.java 8204679: HTTP Client refresh 2018-06-20 09:05:57 -07: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
CookieHeaderTest.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
CustomRequestPublisher.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
CustomResponseSubscriber.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
dependent.policy 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
DependentActionsTest.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
DependentPromiseActionsTest.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
DigestEchoClient.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
DigestEchoClientSSL.java 8212695: Add explicit timeout to several HTTP Client tests 2018-10-22 12:25:31 +01:00
DigestEchoServer.java 8231506: Fix some instabilities in a few networking tests 2019-10-01 12:10:33 +01:00
EchoHandler.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
EncodedCharsInURI.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
EscapedOctetsInURI.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ExpectContinue.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
FlowAdapterPublisherTest.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
FlowAdaptersCompileOnly.java 8197564: HTTP Client implementation 2018-04-17 08:54:17 -07:00
FlowAdapterSubscriberTest.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
GZIPInputStreamTest.java 8217264: HttpClient: Blocking operations in mapper function do not work as documented 2019-01-24 12:32:42 +00:00
HandshakeFailureTest.java 8239052: java/net/httpclient/whitebox/SSLEchoTubeTestDriver.java failed with BufferUnderflowException against TLSv1.3 2020-02-24 17:19:32 +00:00
HeadersTest1.java 8197564: HTTP Client implementation 2018-04-17 08:54:17 -07:00
HeadersTest2.java 8197564: HTTP Client implementation 2018-04-17 08:54:17 -07:00
HeadersTest.java 8204679: HTTP Client refresh 2018-06-20 09:05:57 -07:00
HeadTest.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
HttpClientBuilderTest.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08: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 8204679: HTTP Client refresh 2018-06-20 09:05:57 -07:00
HttpRedirectTest.java 8232625: HttpClient redirect policy should be more conservative 2019-10-23 15:54:39 +01:00
HttpRequestBuilderTest.java 8197564: HTTP Client implementation 2018-04-17 08:54:17 -07:00
HttpResponseInputStreamTest.java 8228970: AssertionError in ResponseSubscribers$HttpResponseInputStream 2019-08-08 18:44:11 +01:00
HttpServerAdapters.java 8204679: HTTP Client refresh 2018-06-20 09:05:57 -07:00
HttpSlowServerTest.java 8231449: HttpClient’s client ssl certificate authentication seems to be broken 2019-10-16 14:50:53 +01:00
HttpsTunnelTest.java 8222527: HttpClient doesn't send HOST header when tunelling HTTP/1.1 through http proxy 2019-04-18 17:56:46 +01:00
HttpVersionsTest.java 8242044: Add basic HTTP/1.1 support to the HTTP/2 Test Server 2020-04-03 07:27:53 +01:00
ImmutableFlowItems.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ImmutableHeaders.java 8197564: HTTP Client implementation 2018-04-17 08:54:17 -07:00
InterruptedBlockingSend.java 8197564: HTTP Client implementation 2018-04-17 08:54:17 -07:00
InvalidInputStreamSubscriptionRequest.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
InvalidSSLContextTest.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
InvalidSubscriptionRequest.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
LargeHandshakeTest.java 8231449: HttpClient’s client ssl certificate authentication seems to be broken 2019-10-16 14:50:53 +01:00
LargeResponseContent.java 8220575: Replace hardcoded 127.0.0.1 in URLs with new URI builder 2019-03-27 09:06:43 -07:00
LargeResponseTest.java 8231449: HttpClient’s client ssl certificate authentication seems to be broken 2019-10-16 14:50:53 +01:00
LightWeightHttpServer.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
LineAdaptersCompileOnly.java 8197564: HTTP Client implementation 2018-04-17 08:54:17 -07:00
LineBodyHandlerTest.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08: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 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ManyRequests.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ManyRequestsLegacy.java 8231504: Update networking tests to avoid implicit dependency on the system proxies 2019-09-27 09:55:35 +01:00
MappingResponseSubscriber.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
MaxStreams.java 8217882: java/net/httpclient/MaxStreams.java failed once 2019-01-28 18:49:34 +00:00
MessageHeadersTest.java 8197564: HTTP Client implementation 2018-04-17 08:54:17 -07: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 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
NoBodyPartTwo.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
NonAsciiCharsInURI.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
noPermissions.policy 8204679: HTTP Client refresh 2018-06-20 09:05:57 -07:00
PlainProxyConnectionTest.java 8231504: Update networking tests to avoid implicit dependency on the system proxies 2019-09-27 09:55:35 +01:00
ProxyAuthDisabledSchemes.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ProxyAuthDisabledSchemesSSL.java 8222527: HttpClient doesn't send HOST header when tunelling HTTP/1.1 through http proxy 2019-04-18 17:56:46 +01:00
ProxyAuthTest.java 8213296: Fix legal headers in test/jdk/java/net 2018-11-02 16:11:29 +00:00
ProxyServer.java 8217976: test/jdk/java/net/httpclient/websocket/WebSocketProxyTest.java fails intermittently 2019-01-29 16:12:12 +00:00
ProxyTest.java 8231504: Update networking tests to avoid implicit dependency on the system proxies 2019-09-27 09:55:35 +01:00
RedirectMethodChange.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
RedirectWithCookie.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ReferenceTracker.java 8197564: HTTP Client implementation 2018-04-17 08:54:17 -07:00
RelayingPublishers.java 8226303: Examine the HttpRequest.BodyPublishers for exception handling 2019-06-18 14:12:06 +01:00
RequestBodyTest.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
RequestBodyTest.policy 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
RequestBuilderTest.java 8214014: Remove vestiges of gopher: protocol proxy support 2018-11-28 16:04:36 -05:00
Response204.java Merge 2019-02-08 13:07:44 +00:00
ResponseBodyBeforeError.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ResponsePublisher.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08: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 8204679: HTTP Client refresh 2018-06-20 09:05:57 -07:00
RetryWithCookie.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ServerCloseTest.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ShortRequestBody.java 8233403: Improve verbosity of some httpclient tests 2019-11-07 16:18:02 +00:00
ShortResponseBody.java 8234718: java/net/httpclient tests should cover TLSv1.3 2020-02-13 21:42:31 +08:00
ShortResponseBodyWithRetry.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
SmallTimeout.java 8202423: Small HTTP Client refresh 2018-05-02 02:36:17 -07:00
SmokeTest.java 8228508: [TESTBUG] java/net/httpclient/SmokeTest.java fails on Windows7 2019-08-13 16:11:28 +01:00
SpecialHeadersTest.java 8218546: Unable to connect to https://google.com using java.net.HttpClient 2019-02-08 11:26:21 +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
StreamingBody.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
SubscriberPublisherAPIExceptions.java 8197564: HTTP Client implementation 2018-04-17 08:54:17 -07:00
TEST.properties 8197564: HTTP Client implementation 2018-04-17 08:54:17 -07: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 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ThrowingPublishersCustomBeforeCancel.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ThrowingPublishersInNextRequest.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ThrowingPublishersInRequest.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ThrowingPublishersInSubscribe.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ThrowingPublishersIOAfterCancel.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ThrowingPublishersIOBeforeCancel.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ThrowingPublishersSanity.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ThrowingPushPromisesAsInputStreamCustom.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ThrowingPushPromisesAsInputStreamIO.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ThrowingPushPromisesAsLinesCustom.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ThrowingPushPromisesAsLinesIO.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ThrowingPushPromisesAsStringCustom.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ThrowingPushPromisesAsStringIO.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ThrowingPushPromisesSanity.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ThrowingSubscribersAsInputStream.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ThrowingSubscribersAsInputStreamAsync.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ThrowingSubscribersAsLines.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ThrowingSubscribersAsLinesAsync.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ThrowingSubscribersAsString.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ThrowingSubscribersAsStringAsync.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ThrowingSubscribersSanity.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08: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 8239594: jdk.tls.client.protocols is not respected 2020-04-10 10:05:33 +01:00
UnauthorizedTest.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08: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
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