RFR: 8326578: Clean up networking properties documentation [v5]
Daniel Jeliński
djelinski at openjdk.org
Wed Mar 6 13:02:10 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 one additional commit since the last revision:
Replace foo.com with example.com
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/17988/files
- new: https://git.openjdk.org/jdk/pull/17988/files/6db8fb92..fa4cb5c3
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=17988&range=04
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=17988&range=03-04
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
More information about the net-dev
mailing list