> Please review this patch that removes the specification of system properties > that are no longer used: > - `http.auth.digest.cnonceRepeat` system property was removed in JDK 5 > - `java.net.socks.username` and `java.net.socks.password` were never > available as system properties; they were available as user preferences. The > support for these preferences was removed in JDK 7. > > Additionally I updated the SOCKS proxy specification to match the user guide, > and added the information that SOCKS proxies are only used by java.net TCP > connections; the NIO SocketChannel does not support SOCKS proxies.
Daniel Jeliński has updated the pull request incrementally with one additional commit since the last revision: Include subdomains ------------- Changes: - all: https://git.openjdk.org/jdk/pull/17988/files - new: https://git.openjdk.org/jdk/pull/17988/files/1cf4345b..6db8fb92 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=17988&range=03 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=17988&range=02-03 Stats: 6 lines in 1 file changed: 0 ins; 0 del; 6 mod Patch: https://git.openjdk.org/jdk/pull/17988.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/17988/head:pull/17988 PR: https://git.openjdk.org/jdk/pull/17988
