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 inJDK-4823429 (JDK 5)
- java.net.socks.username and java.net.socks.password. These were actually user preferences, not system properties. They were removed inJDK-6852108 (JDK 7)
The properties in question are:
- http.auth.digest.cnonceRepeat. The property existed, but was removed in
- java.net.socks.username and java.net.socks.password. These were actually user preferences, not system properties. They were removed in
- csr for
-
JDK-8327135 Clean up networking properties documentation
-
- Closed
-
- relates to
-
JDK-5001942 Missings SOCKS support for direct connections
-
- Closed
-
-
JDK-4823429 Digest authentication misuse of nonce-count field
-
- Resolved
-
-
JDK-6852108 Remove Preferences dependance from SocksSocketImpl
-
- Resolved
-
(1 links to)