Conor Cleary
|
6a7709320d
|
8283544: HttpClient GET method adds Content-Length: 0 header
Reviewed-by: dfuchs, jpai
|
2022-05-17 10:01:43 +00:00 |
|
Jaikiran Pai
|
f4258a50e0
|
8209137: Add ability to bind to specific local address to HTTP client
Reviewed-by: dfuchs, michaelm
|
2022-05-16 11:45:32 +00:00 |
|
Conor Cleary
|
65da38d844
|
8284585: PushPromiseContinuation test fails intermittently in timeout
Reviewed-by: dfuchs
|
2022-05-16 11:14:34 +00:00 |
|
Daniel Fuchs
|
04df8b7437
|
8286194: ExecutorShutdown test fails intermittently
Reviewed-by: jpai, michaelm
|
2022-05-13 11:51:42 +00:00 |
|
Daniel Fuchs
|
f143386109
|
8286293: Tests ShortResponseBody and ShortResponseBodyWithRetry should use less resources
Reviewed-by: michaelm
|
2022-05-09 13:01:16 +00:00 |
|
Alan Bateman
|
9583e3657e
|
8284161: Implementation of Virtual Threads (Preview)
Co-authored-by: Ron Pressler <rpressler@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Erik Österlund <eosterlund@openjdk.org>
Co-authored-by: Andrew Haley <aph@openjdk.org>
Co-authored-by: Rickard Bäckman <rbackman@openjdk.org>
Co-authored-by: Markus Grönlund <mgronlun@openjdk.org>
Co-authored-by: Leonid Mesnik <lmesnik@openjdk.org>
Co-authored-by: Serguei Spitsyn <sspitsyn@openjdk.org>
Co-authored-by: Chris Plummer <cjplummer@openjdk.org>
Co-authored-by: Coleen Phillimore <coleenp@openjdk.org>
Co-authored-by: Robbin Ehn <rehn@openjdk.org>
Co-authored-by: Stefan Karlsson <stefank@openjdk.org>
Co-authored-by: Thomas Schatzl <tschatzl@openjdk.org>
Co-authored-by: Sergey Kuksenko <skuksenko@openjdk.org>
Reviewed-by: lancea, eosterlund, rehn, sspitsyn, stefank, tschatzl, dfuchs, lmesnik, dcubed, kevinw, amenkov, dlong, mchung, psandoz, bpb, coleenp, smarks, egahlin, mseledtsov, coffeys, darcy
|
2022-05-07 08:06:16 +00:00 |
|
Michael McMahon
|
67755edd6f
|
8284890: Support for Do not fragment IP socket options
Reviewed-by: erikj, ihse, dfuchs
|
2022-04-26 13:49:58 +00:00 |
|
Daniel Fuchs
|
5291ec8d56
|
8277969: HttpClient SelectorManager shuts down when custom Executor rejects a task
Reviewed-by: jpai, michaelm
|
2022-04-20 13:09:45 +00:00 |
|
Daniel Fuchs
|
1e22c70ff2
|
8284892: java/net/httpclient/http2/TLSConnection.java fails intermittently
Reviewed-by: djelinski, jpai, michaelm
|
2022-04-15 09:07:09 +00:00 |
|
Mahendra Chhipa
|
ec73c61d8f
|
8284353: Update java/net and sun/net/www tests to eliminate dependency on sun.net.www.MessageHeader
Reviewed-by: dfuchs
|
2022-04-07 10:19:12 +00:00 |
|
Conor Cleary
|
4d2cd26ab5
|
8263031: HttpClient throws Exception if it receives a Push Promise that is too large
Reviewed-by: dfuchs
|
2022-04-07 08:42:38 +00:00 |
|
Daniel Jeliński
|
4ffe96a857
|
8282506: Clean up remaining references to TwoStacksPlain*SocketImpl
Reviewed-by: dfuchs
|
2022-04-06 06:43:18 +00:00 |
|
Luis Pinto
|
63fec5da27
|
8283525: http://tools.ietf.org/html/* URLs return 404
Reviewed-by: coffeys
|
2022-04-01 13:26:20 +00:00 |
|
Michael McMahon
|
7f2a3ca289
|
8281561: Disable http DIGEST mechanism with MD5 and SHA-1 by default
Reviewed-by: weijun, dfuchs
|
2022-03-28 13:51:55 +00:00 |
|
Daniel Fuchs
|
710653ce18
|
8254786: java/net/httpclient/CancelRequestTest.java failing intermittently
Reviewed-by: jpai, michaelm
|
2022-03-15 12:59:54 +00:00 |
|
Mahendra Chhipa
|
95ca94436d
|
8282354: Remove dependancy of TestHttpServer, HttpTransaction, HttpCallback from open/test/jdk/ tests
Reviewed-by: dfuchs
|
2022-03-11 10:48:57 +00:00 |
|
Matteo Baccan
|
ccad39237a
|
8282657: Code cleanup: removing double semicolons at the end of lines
Reviewed-by: lancea, rriggs, ihse, prr, iris, wetmore, darcy, dholmes
|
2022-03-07 21:33:40 +00:00 |
|
Joe Darcy
|
1faa5c8092
|
8282686: Add constructors taking a cause to SocketException
Reviewed-by: alanb, xuelei, lancea, dfuchs
|
2022-03-07 17:52:04 +00:00 |
|
Daniel Fuchs
|
47800bf3da
|
8280868: LineBodyHandlerTest.java creates and discards too many clients
Reviewed-by: michaelm
|
2022-02-02 17:11:22 +00:00 |
|
Jaikiran Pai
|
c17a0122c4
|
8278961: Enable debug logging in java/net/DatagramSocket/SendDatagramToBadAddress.java
Reviewed-by: dfuchs, msheppar
|
2022-01-13 13:23:57 +00:00 |
|
Michael McMahon
|
bc31ccc95b
|
8278312: Update SimpleSSLContext keystore to use SANs for localhost IP addresses
Reviewed-by: dfuchs
|
2021-12-09 17:38:49 +00:00 |
|
Daniel Fuchs
|
37921e3080
|
8269258: java/net/httpclient/ManyRequestsLegacy.java failed with connection timeout
Reviewed-by: michaelm
|
2021-12-08 15:31:49 +00:00 |
|
Alan Bateman
|
69d8669fb3
|
8278339: ServerSocket::isClosed may return false after accept throws
Reviewed-by: dfuchs
|
2021-12-07 14:22:35 +00:00 |
|
Tim Prinzing
|
b8ac0d20ce
|
8276681: Additional malformed Javadoc inline tags in JDK source
Reviewed-by: lancea
|
2021-12-02 21:22:43 +00:00 |
|
Daniel Fuchs
|
03debf2775
|
8276774: Cookie stored in CookieHandler not sent if user headers contain cookie
Reviewed-by: michaelm
|
2021-11-19 13:18:12 +00:00 |
|
Fairoz Matte
|
08f65a59a7
|
8277313: Validate header failed for test/jdk/java/net/httpclient/HeadTest.java
Reviewed-by: jdv
|
2021-11-17 06:13:26 +00:00 |
|
Jaikiran Pai
|
23e5117a55
|
8276559: (httpclient) Consider adding an HttpRequest.Builder.HEAD method to build a HEAD request.
Reviewed-by: cstein, dfuchs
|
2021-11-17 03:20:40 +00:00 |
|
Aleksei Efimov
|
2ca4ff87b7
|
8244202: Implementation of JEP 418: Internet-Address Resolution SPI
Co-authored-by: Chris Hegarty <chegar@openjdk.org>
Co-authored-by: Daniel Fuchs <dfuchs@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Reviewed-by: dfuchs, alanb, michaelm, chegar
|
2021-11-11 14:33:58 +00:00 |
|
Patrick Concannon
|
977154400b
|
8260428: Drop support for pre JDK 1.4 DatagramSocketImpl implementations
Reviewed-by: alanb, dfuchs, vtewari
|
2021-11-01 17:11:20 +00:00 |
|
Jonathan Dowland
|
394ebc8642
|
8270553: Tests should not use (real, in-use, routable) 1.1.1.1 as dummy IP value
Reviewed-by: shade, dfuchs
|
2021-09-14 17:12:49 +00:00 |
|
Evan Whelan
|
00e059ddb3
|
8133686: HttpURLConnection.getHeaderFields and URLConnection.getRequestProperties methods return field values in reverse order
Reviewed-by: dfuchs
|
2021-09-09 10:23:12 +00:00 |
|
Daniel Fuchs
|
db9834ff82
|
8258951: java/net/httpclient/HandshakeFailureTest.java failed with "RuntimeException: Not found expected SSLHandshakeException in java.io.IOException"
Reviewed-by: chegar
|
2021-08-20 09:05:00 +00:00 |
|
Thejasvi Voniadka
|
4e18ec26dd
|
8269993: [Test]: java/net/httpclient/DigestEchoClientSSL.java contains redundant @run tags
Reviewed-by: dfuchs, vtewari
|
2021-07-08 06:01:31 +00:00 |
|
Patrick Concannon
|
1578979df7
|
8269917: Insert missing commas in copyrights in java.net
Reviewed-by: chegar, dfuchs
|
2021-07-06 15:10:58 +00:00 |
|
Patrick Concannon
|
326b2e1344
|
8253119: Remove the legacy PlainSocketImpl and PlainDatagramSocketImpl implementation
Reviewed-by: alanb, dfuchs, chegar
|
2021-07-06 13:46:02 +00:00 |
|
Jesper Wilhelmsson
|
b6cfca8a89
|
Merge
|
2021-06-23 01:05:44 +00:00 |
|
Weijun Wang
|
ef4ba224c4
|
8268349: Provide clear run-time warnings about Security Manager deprecation
Reviewed-by: lancea, mullan, alanb
|
2021-06-22 02:06:59 +00:00 |
|
Jesper Wilhelmsson
|
a051e735cd
|
Merge
|
2021-06-18 00:53:09 +00:00 |
|
Patrick Concannon
|
7d7bdbe135
|
8268776: Test ADatagramSocket.java missing /othervm from @run tag
Reviewed-by: dfuchs
|
2021-06-17 09:35:08 +00:00 |
|
Michael McMahon
|
2d088fa91d
|
8268294: Reusing HttpClient in a WebSocket.Listener hangs.
Reviewed-by: dfuchs
|
2021-06-17 07:13:59 +00:00 |
|
Daniel Fuchs
|
8ea0606aba
|
8268714: [macos-aarch64] 7 java/net/httpclient/websocket tests failed
Reviewed-by: chegar, michaelm
|
2021-06-16 17:24:06 +00:00 |
|
Daniel Fuchs
|
da043e99b8
|
8268555: Update HttpClient tests that use ITestContext to jtreg 6+1
Reviewed-by: chegar
|
2021-06-11 08:42:14 +00:00 |
|
Mahendra Chhipa
|
338dae4d36
|
8268133: Update java/net/Authenticator tests to eliminate dependency on sun.net.www.MessageHeader and some other internal APIs
Reviewed-by: dfuchs
|
2021-06-03 12:51:48 +00:00 |
|
Daniel Fuchs
|
178343750f
|
8264975: java/net/DatagramSocket/DatagramSocketMulticasting.java fails infrequently
Reviewed-by: alanb, chegar
|
2021-06-03 08:58:41 +00:00 |
|
Weijun Wang
|
6765f90250
|
8266459: Implement JEP 411: Deprecate the Security Manager for Removal
Co-authored-by: Sean Mullan <mullan@openjdk.org>
Co-authored-by: Lance Andersen <lancea@openjdk.org>
Co-authored-by: Weijun Wang <weijun@openjdk.org>
Reviewed-by: erikj, darcy, chegar, naoto, joehw, alanb, mchung, kcr, prr, lancea
|
2021-06-02 11:57:31 +00:00 |
|
Daniel Fuchs
|
d4b4caecad
|
8268023: Improve diagnostic for HandshakeFailureTest
Reviewed-by: chegar
|
2021-06-01 17:55:36 +00:00 |
|
Daniel Fuchs
|
9d8ad2ed62
|
8267990: Revisit some uses of synchronized in the HttpClient API
Reviewed-by: chegar
|
2021-06-01 17:10:38 +00:00 |
|
Daniel Fuchs
|
24bf35f862
|
8265367: [macos-aarch64] 3 java/net/httpclient/websocket tests fail with "IOException: No buffer space available"
Reviewed-by: chegar
|
2021-05-28 14:21:11 +00:00 |
|
Mark Sheppard
|
bb085f684d
|
8265362: java/net/Socket/UdpSocket.java fails with "java.net.BindException: Address already in use" (macos-aarch64)
Reviewed-by: dfuchs, alanb
|
2021-05-24 17:59:39 +00:00 |
|
Weijun Wang
|
640a2afda3
|
8267184: Add -Djava.security.manager=allow to tests calling System.setSecurityManager
Co-authored-by: Lance Andersen <lancea@openjdk.org>
Co-authored-by: Weijun Wang <weijun@openjdk.org>
Reviewed-by: dholmes, alanb, dfuchs, mchung, mullan, prr
|
2021-05-24 16:55:55 +00:00 |
|