RFR: 8326578: Clean up networking properties documentation [v2]

Daniel Jeliński djelinski at openjdk.org
Wed Feb 28 15:11:04 UTC 2024


> 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 two additional commits since the last revision:

 - Reword the proxy descriptions
 - Add socksNonProxyHosts, mention ProxySelector

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/17988/files
  - new: https://git.openjdk.org/jdk/pull/17988/files/e8777aaf..321cb672

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=17988&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=17988&range=00-01

  Stats: 33 lines in 1 file changed: 18 ins; 0 del; 15 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


More information about the net-dev mailing list