.. |
Authenticator
|
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 |
BindException
|
8223856: Replace wildcard address with loopback or local host in tests - part 8
|
2019-05-20 12:37:40 +01:00 |
CookieHandler
|
8237589: Fix copyright header formatting
|
2020-01-21 14:23:01 -08:00 |
DatagramPacket
|
8237890: DatagramPacket::getSocketAddress doesn't specify what happens if address or port are not set
|
2020-04-22 12:34:09 +01:00 |
DatagramSocket
|
8301701: java/net/DatagramSocket/DatagramSocketMulticasting.java should be hardened
|
2023-02-28 06:51:37 +00:00 |
DatagramSocketImpl
|
8241072: Reimplement the Legacy DatagramSocket API
|
2020-05-12 21:51:53 +01:00 |
httpclient
|
8303682: Simplify HttpClient DebugLogger
|
2023-03-08 13:52:52 +00:00 |
HttpCookie
|
8226514: Replace wildcard address with loopback or local host in tests - part 14
|
2019-06-28 15:58:10 +01:00 |
HttpURLConnection
|
8296610: java/net/HttpURLConnection/SetAuthenticator/HTTPSetAuthenticatorTest.java failed with "BindException: Address already in use: connect"
|
2022-12-14 16:39:32 +00:00 |
IDN
|
|
|
Inet4Address
|
8262195: Harden tests that use the HostsFileNameService (jdk.net.hosts.file property)
|
2021-03-01 10:18:12 +00:00 |
Inet6Address
|
8264824: java/net/Inet6Address/B6206527.java doesn't close ServerSocket properly
|
2021-04-15 14:05:55 +00:00 |
InetAddress
|
8295470: Update openjdk.java.net => openjdk.org URLs in test code
|
2022-10-20 10:33:18 +00:00 |
InetSocketAddress
|
8225499: InetSocketAddress::toString not friendly to IPv6 literal addresses
|
2019-10-17 08:56:06 +01:00 |
InterfaceAddress
|
8284191: Replace usages of 'a the' in hotspot and java.base
|
2022-05-24 11:25:13 +00:00 |
IPSupport
|
8239355: (dc) Initial value of SO_SNDBUF should allow sending large datagrams (macOS)
|
2020-03-12 17:08:09 +00:00 |
ipv6tests
|
8253119: Remove the legacy PlainSocketImpl and PlainDatagramSocketImpl implementation
|
2021-07-06 13:46:02 +00:00 |
JarURLConnection
|
8225037: java.net.JarURLConnection::getJarEntry() throws NullPointerException
|
2019-06-05 13:59:44 +01:00 |
MulticastSocket
|
8282506: Clean up remaining references to TwoStacksPlain*SocketImpl
|
2022-04-06 06:43:18 +00:00 |
NetworkInterface
|
8267184: Add -Djava.security.manager=allow to tests calling System.setSecurityManager
|
2021-05-24 16:55:55 +00:00 |
PlainSocketImpl
|
8269917: Insert missing commas in copyrights in java.net
|
2021-07-06 15:10:58 +00:00 |
PortUnreachableException
|
|
|
ProxySelector
|
8282354: Remove dependancy of TestHttpServer, HttpTransaction, HttpCallback from open/test/jdk/ tests
|
2022-03-11 10:48:57 +00:00 |
ResponseCache
|
8231504: Update networking tests to avoid implicit dependency on the system proxies
|
2019-09-27 09:55:35 +01:00 |
ServerSocket
|
8278326: Socket close is not thread safe and other cleanup
|
2023-01-12 09:38:31 +00:00 |
SetFactoryPermission
|
|
|
Socket
|
8299827: Add resolved IP address in connection exception for sockets
|
2023-01-20 16:36:45 +00:00 |
SocketException
|
8282686: Add constructors taking a cause to SocketException
|
2022-03-07 17:52:04 +00:00 |
SocketImpl
|
8253119: Remove the legacy PlainSocketImpl and PlainDatagramSocketImpl implementation
|
2021-07-06 13:46:02 +00:00 |
SocketInputStream
|
8226756: Replace wildcard address with loopback or local host in tests - part 18
|
2019-07-10 16:09:20 +01:00 |
SocketOption
|
8284890: Support for Do not fragment IP socket options
|
2022-04-26 13:49:58 +00:00 |
SocketPermission
|
8267184: Add -Djava.security.manager=allow to tests calling System.setSecurityManager
|
2021-05-24 16:55:55 +00:00 |
Socks
|
8284191: Replace usages of 'a the' in hotspot and java.base
|
2022-05-24 11:25:13 +00:00 |
spi
|
8244202: Implementation of JEP 418: Internet-Address Resolution SPI
|
2021-11-11 14:33:58 +00:00 |
UnixDomainSocketAddress
|
8245194: Unix domain socket channel implementation
|
2020-10-28 17:26:26 +00:00 |
URI
|
8297687: new URI(S,S,S,S) throws exception with incorrect index position reported in the error message
|
2022-12-06 12:46:01 +00:00 |
URL
|
8299863: URLFromURITest.java should import org.junit.jupiter.api.Test
|
2023-01-20 17:00:53 +00:00 |
URLClassLoader
|
8264048: Fix caching in Jar URL connections when an entry is missing
|
2021-04-06 10:43:59 +00:00 |
URLConnection
|
8294321: Fix typos in files under test/jdk/java, test/jdk/jdk, test/jdk/jni
|
2022-11-30 00:37:31 +00:00 |
URLDecoder
|
8250564: Remove terminally deprecated constructor in GSSUtil
|
2021-01-06 18:05:33 +00:00 |
URLEncoder
|
|
|
URLPermission
|
8297311: Improve exception message thrown by java.net.HostPortrange::toLowerCase(String s)
|
2022-11-30 01:11:24 +00:00 |
URLStreamHandler
|
8224973: URLStreamHandler.openConnection(URL,Proxy) - spec and implementation mismatch
|
2019-05-31 15:02:45 +01:00 |
vthread
|
8301767: Convert virtual thread tests to JUnit
|
2023-02-08 14:56:28 +00:00 |
whitebox
|
|
|
B6499348.java
|
|
|
HugeDataTransferTest.java
|
|
|
NetworkConfigurationProbe.java
|
|
|
SctpSanity.java
|
8232101: (sctp) Add minimal sanity tests for SCTP
|
2019-11-21 12:14:26 +00:00 |