.. |
Authenticator
|
8268133: Update java/net/Authenticator tests to eliminate dependency on sun.net.www.MessageHeader and some other internal APIs
|
2021-06-03 12:51:48 +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
|
8268776: Test ADatagramSocket.java missing /othervm from @run tag
|
2021-06-17 09:35:08 +00:00 |
DatagramSocketImpl
|
8241072: Reimplement the Legacy DatagramSocket API
|
2020-05-12 21:51:53 +01:00 |
httpclient
|
8268714: [macos-aarch64] 7 java/net/httpclient/websocket tests failed
|
2021-06-16 17:24:06 +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
|
8259493: [test] Use HexFormat instead of adhoc hex utilities in network code and locale SoftKeys
|
2021-01-08 21:31:37 +00:00 |
IDN
|
8187443: Forest Consolidation: Move files to unified layout
|
2017-09-12 19:03:39 +02:00 |
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
|
8267184: Add -Djava.security.manager=allow to tests calling System.setSecurityManager
|
2021-05-24 16:55:55 +00:00 |
InetSocketAddress
|
8225499: InetSocketAddress::toString not friendly to IPv6 literal addresses
|
2019-10-17 08:56:06 +01:00 |
InterfaceAddress
|
8187443: Forest Consolidation: Move files to unified layout
|
2017-09-12 19:03:39 +02:00 |
IPSupport
|
8239355: (dc) Initial value of SO_SNDBUF should allow sending large datagrams (macOS)
|
2020-03-12 17:08:09 +00:00 |
ipv6tests
|
8229421: The logic of java/net/ipv6tests/TcpTest.java is flawed
|
2019-08-20 11:15:23 +01:00 |
JarURLConnection
|
8225037: java.net.JarURLConnection::getJarEntry() throws NullPointerException
|
2019-06-05 13:59:44 +01:00 |
MulticastSocket
|
8267184: Add -Djava.security.manager=allow to tests calling System.setSecurityManager
|
2021-05-24 16:55:55 +00:00 |
NetworkInterface
|
8267184: Add -Djava.security.manager=allow to tests calling System.setSecurityManager
|
2021-05-24 16:55:55 +00:00 |
PlainSocketImpl
|
8223856: Replace wildcard address with loopback or local host in tests - part 8
|
2019-05-20 12:37:40 +01:00 |
PortUnreachableException
|
8187443: Forest Consolidation: Move files to unified layout
|
2017-09-12 19:03:39 +02:00 |
ProxySelector
|
8241138: http.nonProxyHosts=* causes StringIndexOutOfBoundsException in DefaultProxySelector
|
2020-03-24 15:47:51 +05:30 |
ResponseCache
|
8231504: Update networking tests to avoid implicit dependency on the system proxies
|
2019-09-27 09:55:35 +01:00 |
ServerSocket
|
8267184: Add -Djava.security.manager=allow to tests calling System.setSecurityManager
|
2021-05-24 16:55:55 +00:00 |
SetFactoryPermission
|
8187443: Forest Consolidation: Move files to unified layout
|
2017-09-12 19:03:39 +02:00 |
Socket
|
8265362: java/net/Socket/UdpSocket.java fails with "java.net.BindException: Address already in use" (macos-aarch64)
|
2021-05-24 17:59:39 +00:00 |
SocketImpl
|
8231506: Fix some instabilities in a few networking tests
|
2019-10-01 12:10:33 +01:00 |
SocketInputStream
|
8226756: Replace wildcard address with loopback or local host in tests - part 18
|
2019-07-10 16:09:20 +01:00 |
SocketOption
|
8245828: Remove unnecessary NetworkPermission checks from jdk/net/ExtendedSocketOptions.java
|
2020-06-09 15:39:22 +01:00 |
SocketPermission
|
8267184: Add -Djava.security.manager=allow to tests calling System.setSecurityManager
|
2021-05-24 16:55:55 +00:00 |
Socks
|
8230310: SocksSocketImpl should handle the IllegalArgumentException thrown by ProxySelector.select usage
|
2019-08-28 20:05:43 +05:30 |
spi/URLStreamHandlerProvider
|
8266459: Implement JEP 411: Deprecate the Security Manager for Removal
|
2021-06-02 11:57:31 +00:00 |
UnixDomainSocketAddress
|
8245194: Unix domain socket channel implementation
|
2020-10-28 17:26:26 +00:00 |
URI
|
5064980: URI compareTo inconsistent with equals for mixed-case escape sequences
|
2019-12-17 16:06:27 +00:00 |
URL
|
8267184: Add -Djava.security.manager=allow to tests calling System.setSecurityManager
|
2021-05-24 16:55:55 +00:00 |
URLClassLoader
|
8264048: Fix caching in Jar URL connections when an entry is missing
|
2021-04-06 10:43:59 +00:00 |
URLConnection
|
8252767: URLConnection.setRequestProperty throws IllegalAccessError
|
2020-09-08 09:10:15 +00:00 |
URLDecoder
|
8250564: Remove terminally deprecated constructor in GSSUtil
|
2021-01-06 18:05:33 +00:00 |
URLEncoder
|
8183743: Umbrella: add overloads that take a Charset parameter
|
2017-12-12 11:10:12 -08:00 |
URLPermission
|
8267184: Add -Djava.security.manager=allow to tests calling System.setSecurityManager
|
2021-05-24 16:55:55 +00:00 |
URLStreamHandler
|
8224973: URLStreamHandler.openConnection(URL,Proxy) - spec and implementation mismatch
|
2019-05-31 15:02:45 +01:00 |
whitebox
|
8210311: IllegalArgumentException in CookieManager - Comparison method violates its general contract
|
2018-09-13 12:07:01 +01:00 |
B6499348.java
|
8187443: Forest Consolidation: Move files to unified layout
|
2017-09-12 19:03:39 +02:00 |
HugeDataTransferTest.java
|
8185072: network006 times out in many configs in JDK10-hs nightly
|
2017-09-26 20:34:10 +05:30 |
NetworkConfigurationProbe.java
|
8187443: Forest Consolidation: Move files to unified layout
|
2017-09-12 19:03:39 +02:00 |
SctpSanity.java
|
8232101: (sctp) Add minimal sanity tests for SCTP
|
2019-11-21 12:14:26 +00:00 |