jdk/src/java.base/share/conf/net.properties
changeset 43998 d40cc68d31b4
parent 41579 c0fe2e6364d9
equal deleted inserted replaced
43997:bfe6e708b424 43998:d40cc68d31b4
     1 ############################################################
     1 ############################################################
     2 #  	Default Networking Configuration File
     2 #  	Default Networking Configuration File
     3 #
     3 #
     4 # This file may contain default values for the networking system properties.
     4 # This file may contain default values for the networking system properties.
     5 # These values are only used when the system properties are not specified
     5 # These values are only used when the system properties are not specified
     6 # on the command line or set programatically.
     6 # on the command line or set programmatically.
     7 # For now, only the various proxy settings can be configured here.
     7 # For now, only the various proxy settings can be configured here.
     8 ############################################################
     8 ############################################################
     9 
     9 
    10 # Whether or not the DefaultProxySelector will default to System Proxy
    10 # Whether or not the DefaultProxySelector will default to System Proxy
    11 # settings when they do exist.
    11 # settings when they do exist.
    12 # Set it to 'true' to enable this feature and check for platform
    12 # Set it to 'true' to enable this feature and check for platform
    13 # specific proxy settings
    13 # specific proxy settings
    14 # Note that the system properties that do explicitely set proxies
    14 # Note that the system properties that do explicitly set proxies
    15 # (like http.proxyHost) do take precedence over the system settings
    15 # (like http.proxyHost) do take precedence over the system settings
    16 # even if java.net.useSystemProxies is set to true.
    16 # even if java.net.useSystemProxies is set to true.
    17  
    17  
    18 java.net.useSystemProxies=false
    18 java.net.useSystemProxies=false
    19 
    19