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

Daniel Jeliński djelinski at openjdk.org
Mon Mar 11 07:31:59 UTC 2024


On Wed, 6 Mar 2024 13:02:10 GMT, Daniel Jeliński <djelinski at openjdk.org> wrote:

>> 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

thanks for the reviews!

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

PR Comment: https://git.openjdk.org/jdk/pull/17988#issuecomment-1987779149


More information about the net-dev mailing list