On Fri, 23 Feb 2024 16:59:12 GMT, Daniel Jeliński <[email protected]> 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. This pull request has now been integrated. Changeset: f2b5ffdb Author: Daniel Jeliński <[email protected]> URL: https://git.openjdk.org/jdk/commit/f2b5ffdb8ea3c766f14bab1dfd7c3865cffa2ce8 Stats: 62 lines in 1 file changed: 22 ins; 17 del; 23 mod 8326578: Clean up networking properties documentation Reviewed-by: jwaters, dfuchs, michaelm ------------- PR: https://git.openjdk.org/jdk/pull/17988
