jdk-24/test/jdk/java/net/httpclient
2022-12-09 15:23:22 +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 8241674: Fix incorrect jtreg option in FilePublisherPermsTest 2020-03-26 14:58:53 +00:00
http2 8288717: Add a means to close idle connections in HTTP/2 connection pool 2022-11-17 08:38:25 +00:00
offline 8295470: Update openjdk.java.net => openjdk.org URLs in test code 2022-10-20 10:33:18 +00:00
PathSubscriber 8246431: java/net/httpclient/PathSubscriber tests fail due to missing FilePermission 2020-06-08 15:27:31 +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 8284191: Replace usages of 'a the' in hotspot and java.base 2022-05-24 11:25:13 +00:00
whitebox 8289366: Improve HTTP/2 client usage 2022-10-18 22:41:16 +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 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
AbstractThrowingPublishers.java 8268555: Update HttpClient tests that use ITestContext to jtreg 6+1 2021-06-11 08:42:14 +00:00
AbstractThrowingPushPromises.java 8268555: Update HttpClient tests that use ITestContext to jtreg 6+1 2021-06-11 08:42:14 +00:00
AbstractThrowingSubscribers.java 8268555: Update HttpClient tests that use ITestContext to jtreg 6+1 2021-06-11 08:42:14 +00:00
AggregateRequestBodyTest.java 8282657: Code cleanup: removing double semicolons at the end of lines 2022-03-07 21:33:40 +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 8288746: HttpClient resources could be reclaimed more eagerly 2022-06-27 15:11:35 +00:00
AsFileDownloadTest.policy 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
AsyncExecutorShutdown.java 8277969: HttpClient SelectorManager shuts down when custom Executor rejects a task 2022-04-20 13:09:45 +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 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
CancelRequestTest.java 8298340: java/net/httpclient/CancelRequestTest.java fails with AssertionError: Found some subscribers for testPostInterrupt 2022-12-09 15:23:22 +00:00
CancelStreamedBodyTest.java 8297149: REDO JDK-8296889: Race condition when cancelling a request 2022-11-17 15:08:04 +00: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 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 8283544: HttpClient GET method adds Content-Length: 0 header 2022-05-17 10:01:43 +00:00
CookieHeaderTest.java 8276774: Cookie stored in CookieHandler not sent if user headers contain cookie 2021-11-19 13:18:12 +00: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 8288746: HttpClient resources could be reclaimed more eagerly 2022-06-27 15:11:35 +00:00
DigestEchoClientSSL.java 8269993: [Test]: java/net/httpclient/DigestEchoClientSSL.java contains redundant @run tags 2021-07-08 06:01:31 +00:00
DigestEchoServer.java 8259493: [test] Use HexFormat instead of adhoc hex utilities in network code and locale SoftKeys 2021-01-08 21:31:37 +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 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
ExecutorShutdown.java 8277969: HttpClient SelectorManager shuts down when custom Executor rejects a task 2022-04-20 13:09:45 +00:00
ExpectContinue.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ExpectContinueTest.java 8286171: HttpClient/2 : Expect:100-Continue blocks indefinitely when response is not 100 2022-06-09 15:03:52 +00: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
ForbiddenHeadTest.java 8268555: Update HttpClient tests that use ITestContext to jtreg 6+1 2021-06-11 08:42:14 +00: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 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 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 8277313: Validate header failed for test/jdk/java/net/httpclient/HeadTest.java 2021-11-17 06:13:26 +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 8209137: Add ability to bind to specific local address to HTTP client 2022-05-16 11:45:32 +00:00
HttpClientBuilderTest.java 8209137: Add ability to bind to specific local address to HTTP client 2022-05-16 11:45:32 +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 8209137: Add ability to bind to specific local address to HTTP client 2022-05-16 11:45:32 +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 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 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
HttpServerAdapters.java 8292381: java/net/httpclient/SpecialHeadersTest.java fails with "ERROR: Shutting down connection: HTTP/2 client stopped" 2022-08-22 14:14:41 +00:00
HttpSlowServerTest.java 8231449: HttpClient’s client ssl certificate authentication seems to be broken 2019-10-16 14:50:53 +01:00
HttpsTunnelAuthTest.java 8262027: Improve how HttpConnection detects a closed channel when taking/returning a connection to the pool 2021-02-24 10:50:35 +00: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 8245462: HttpClient send throws InterruptedException when interrupted but does not cancel request 2020-08-28 10:48:17 +01: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 8259662: Don't wrap SocketExceptions into SSLExceptions in SSLSocketImpl 2021-02-22 18:36:30 +00:00
InvalidSubscriptionRequest.java 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
ISO_8859_1_Test.java 8268714: [macos-aarch64] 7 java/net/httpclient/websocket tests failed 2021-06-16 17:24:06 +00:00
LargeHandshakeTest.java 8245417: Improve certificate chain handling 2020-10-20 14:58:39 -07: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 8280868: LineBodyHandlerTest.java creates and discards too many clients 2022-02-02 17:11:22 +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 8269258: java/net/httpclient/ManyRequestsLegacy.java failed with connection timeout 2021-12-08 15:31:49 +00:00
ManyRequests.java 8269258: java/net/httpclient/ManyRequestsLegacy.java failed with connection timeout 2021-12-08 15:31:49 +00:00
ManyRequestsLegacy.java 8269258: java/net/httpclient/ManyRequestsLegacy.java failed with connection timeout 2021-12-08 15:31:49 +00: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 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 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 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 8268555: Update HttpClient tests that use ITestContext to jtreg 6+1 2021-06-11 08:42:14 +00:00
ProxyServer.java 8262027: Improve how HttpConnection detects a closed channel when taking/returning a connection to the pool 2021-02-24 10:50:35 +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 8297200: java/net/httpclient/SpecialHeadersTest.java failed once in AssertionError due to selector thread remaining alive 2022-11-29 12:42:37 +00: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 8276559: (httpclient) Consider adding an HttpRequest.Builder.HEAD method to build a HEAD request. 2021-11-17 03:20:40 +00:00
Response1xxTest.java 8292044: HttpClient doesn't handle 102 or 103 properly 2022-09-22 09:18:22 +00:00
Response204.java Merge 2019-02-08 13:07:44 +00:00
Response204V2Test.java 8268555: Update HttpClient tests that use ITestContext to jtreg 6+1 2021-06-11 08:42:14 +00:00
ResponseBodyBeforeError.java 8290083: ResponseBodyBeforeError: AssertionError or SSLException: Unsupported or unrecognized SSL message 2022-07-12 09:59:29 +00: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
SendResponseHeadersTest.java 8253005: Add @throws IOException in javadoc for HttpEchange.sendResponseHeaders 2020-11-13 11:31:25 +00:00
ServerCloseTest.java 8286962: java/net/httpclient/ServerCloseTest.java failed once with ConnectException 2022-06-15 15:41:18 +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 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
ShortResponseBodyPostWithRetry.java 8286293: Tests ShortResponseBody and ShortResponseBodyWithRetry should use less resources 2022-05-09 13:01:16 +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 8297200: java/net/httpclient/SpecialHeadersTest.java failed once in AssertionError due to selector thread remaining alive 2022-11-29 12:42:37 +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 8251715: Throw UncheckedIOException in place of InternalError when HttpClient fails due to unavailability of underlying resources required by SSLContext 2020-08-18 16:44:42 +01:00
StreamCloseTest.java 8257736: InputStream from BodyPublishers.ofInputStream() leaks when IOE happens 2021-01-15 01:58:36 +00: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 8209137: Add ability to bind to specific local address to HTTP client 2022-05-16 11:45:32 +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 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 8229822: ThrowingPushPromises tests sometimes fail due to EOF 2020-08-07 16:16:45 +01:00
ThrowingPushPromisesAsInputStreamIO.java 8229822: ThrowingPushPromises tests sometimes fail due to EOF 2020-08-07 16:16:45 +01:00
ThrowingPushPromisesAsLinesCustom.java 8229822: ThrowingPushPromises tests sometimes fail due to EOF 2020-08-07 16:16:45 +01:00
ThrowingPushPromisesAsLinesIO.java 8229822: ThrowingPushPromises tests sometimes fail due to EOF 2020-08-07 16:16:45 +01:00
ThrowingPushPromisesAsStringCustom.java 8229822: ThrowingPushPromises tests sometimes fail due to EOF 2020-08-07 16:16:45 +01:00
ThrowingPushPromisesAsStringIO.java 8229822: ThrowingPushPromises tests sometimes fail due to EOF 2020-08-07 16:16:45 +01:00
ThrowingPushPromisesSanity.java 8229822: ThrowingPushPromises tests sometimes fail due to EOF 2020-08-07 16:16:45 +01: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 8202343: Disable TLS 1.0 and 1.1 2020-11-19 14:15:57 +00: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
UserCookieTest.java 8276774: Cookie stored in CookieHandler not sent if user headers contain cookie 2021-11-19 13:18:12 +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