< prev index next >

src/java.base/share/classes/java/net/doc-files/net-properties.html

Print this page
rev 16207 : 8170868: DefaultProxySelector should use system defaults on Windows, MacOS and Gnome
Contributed-by: arno.zeller@sap.com

@@ -147,11 +147,11 @@
                 <P>Note that if no authentication is provided with either the above
                 properties or an Authenticator, and the proxy requires one, then
                 the <B>user.name</B> property will be used with no password.</P>
         </UL>
         <LI><P><B>java.net.useSystemProxies</B> (default: false)<BR>
-        On recent Windows systems and on Gnome 2.x systems it is possible to
+        On Windows systems, macOS systems and on Gnome 2.x systems it is possible to
         tell the java.net stack, setting this property to <B>true</B>, to use
         the system proxy settings (both these systems let you set proxies
         globally through their user interface). Note that this property is
         checked only once at startup.</P>
 </UL>
< prev index next >