JDK-8326578 : Clean up networking properties documentation
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.net
  • Affected Version: 8,11,17,21,23
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2024-02-23
  • Updated: 2024-03-19
  • Resolved: 2024-03-11
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 23
23 b14Fixed
Related Reports
CSR :  
Relates :  
Relates :  
Relates :  
Description
The networking properties page documents a few system properties that are not used by the JDK code. The documentation should be updated to reflect the status quo.

The properties in question are:
- http.auth.digest.cnonceRepeat. The property existed, but was removed in JDK-4823429 (JDK 5)
- java.net.socks.username and java.net.socks.password. These were actually user preferences, not system properties. They were removed in JDK-6852108 (JDK 7)
Comments
Changeset: f2b5ffdb Author: Daniel JeliƄski <djelinski@openjdk.org> Date: 2024-03-11 07:29:40 +0000 URL: https://git.openjdk.org/jdk/commit/f2b5ffdb8ea3c766f14bab1dfd7c3865cffa2ce8
11-03-2024

Additionally, JDK-5001942 introduced socksNonProxyHosts, which is not documented. The documentation for that property should be added.
28-02-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/17988 Date: 2024-02-23 16:59:12 +0000
23-02-2024