.. |
Authenticator
|
8338411: Implement JEP 486: Permanently Disable the Security Manager
|
2024-11-12 17:16:15 +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
|
8347173: java/net/DatagramSocket/InterruptibleDatagramSocket.java fails with virtual thread factory
|
2025-01-15 01:10:32 +00:00 |
DatagramSocketImpl
|
8241072: Reimplement the Legacy DatagramSocket API
|
2020-05-12 21:51:53 +01:00 |
httpclient
|
8349813: Test behavior of limiting() on RS operators throwing exceptions
|
2025-02-12 12:04:22 +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
|
8344222: Remove calls to SecurityManager and doPrivileged in java.net.HttpURLConnection, java.net.HttpConnectSocketImpl, and javax.net.HttpsURLConnection after JEP 486 integration
|
2024-11-26 09:35:31 +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
|
8263256: Test java/net/Inet6Address/serialize/Inet6AddressSerializationTest.java fails due to dynamic reconfigurations of network interface during test
|
2023-12-07 11:27:42 +00:00 |
InetAddress
|
8332686: InetAddress.ofLiteral can throw StringIndexOutOfBoundsException
|
2024-12-04 11:34:41 +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 |
ipv6tests
|
8339787: Add some additional diagnostic output to java/net/ipv6tests/UdpTest.java
|
2024-09-19 12:08:31 +00:00 |
JarURLConnection
|
8225037: java.net.JarURLConnection::getJarEntry() throws NullPointerException
|
2019-06-05 13:59:44 +01:00 |
MulticastSocket
|
8338411: Implement JEP 486: Permanently Disable the Security Manager
|
2024-11-12 17:16:15 +00:00 |
NetworkInterface
|
8338411: Implement JEP 486: Permanently Disable the Security Manager
|
2024-11-12 17:16:15 +00:00 |
PlainSocketImpl
|
8269917: Insert missing commas in copyrights in java.net
|
2021-07-06 15:10:58 +00:00 |
PortUnreachableException
|
|
|
ProxySelector
|
8318150: StaticProxySelector.select should not throw NullPointerExceptions
|
2023-10-20 06:18:18 +00:00 |
ResponseCache
|
8231504: Update networking tests to avoid implicit dependency on the system proxies
|
2019-09-27 09:55:35 +01:00 |
ServerSocket
|
8338411: Implement JEP 486: Permanently Disable the Security Manager
|
2024-11-12 17:16:15 +00:00 |
SetFactoryPermission
|
8338411: Implement JEP 486: Permanently Disable the Security Manager
|
2024-11-12 17:16:15 +00:00 |
Socket
|
8346017: Socket.connect specified to throw UHE for unresolved address is problematic for SOCKS V5 proxy
|
2024-12-18 09:43:06 +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
|
8338411: Implement JEP 486: Permanently Disable the Security Manager
|
2024-11-12 17:16:15 +00:00 |
SocketPermission
|
8338411: Implement JEP 486: Permanently Disable the Security Manager
|
2024-11-12 17:16:15 +00:00 |
Socks
|
8318788: java/net/Socks/SocksSocketProxySelectorTest.java fails on machines with no IPv6 link-local addresses
|
2023-10-26 08:49:50 +00:00 |
spi
|
8338411: Implement JEP 486: Permanently Disable the Security Manager
|
2024-11-12 17:16:15 +00:00 |
UnixDomainSocketAddress
|
8346463: Add test coverage for deploying the default provider as a module
|
2024-12-19 07:58: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
|
8338411: Implement JEP 486: Permanently Disable the Security Manager
|
2024-11-12 17:16:15 +00:00 |
URLClassLoader
|
8338411: Implement JEP 486: Permanently Disable the Security Manager
|
2024-11-12 17:16:15 +00:00 |
URLConnection
|
8335135: HttpURLConnection#HttpInputStream does not throw IOException when response is truncated
|
2024-06-27 15:14:36 +00:00 |
URLDecoder
|
8250564: Remove terminally deprecated constructor in GSSUtil
|
2021-01-06 18:05:33 +00:00 |
URLEncoder
|
8316681: Rewrite URLEncoder.encode to use small reusable buffers
|
2023-09-22 09:41:01 +00:00 |
URLPermission
|
8344233: Remove calls to SecurityManager and doPrivileged in java.net.ProxySelector and sun.net.spi.DefaultProxySelector after JEP 486 integration
|
2024-11-16 11:39:20 +00:00 |
URLStreamHandler
|
8224973: URLStreamHandler.openConnection(URL,Proxy) - spec and implementation mismatch
|
2019-05-31 15:02:45 +01:00 |
vthread
|
8282726: java/net/vthread/BlockingSocketOps.java timeout/hang intermittently on Windows
|
2023-11-21 14:05:32 +00:00 |
whitebox
|
8210311: IllegalArgumentException in CookieManager - Comparison method violates its general contract
|
2018-09-13 12:07:01 +01:00 |
B6499348.java
|
|
|
HugeDataTransferTest.java
|
|
|
IDNTest.java
|
7038838: Unspecified NPE in java.net.IDN methods
|
2024-12-03 02:34:20 +00:00 |
NetworkConfigurationProbe.java
|
|
|
SctpSanity.java
|
8232101: (sctp) Add minimal sanity tests for SCTP
|
2019-11-21 12:14:26 +00:00 |