6758165: ConnectorBootstrap.DefaultValues should have a default value for USE_LOCAL_ONLY
authordfuchs
Fri, 10 Oct 2008 10:58:08 +0200
changeset 1448 86d46701261b
parent 1447 95d5bd511ec2
child 1449 2ed6188288d6
6758165: ConnectorBootstrap.DefaultValues should have a default value for USE_LOCAL_ONLY Reviewed-by: alanb, emcmanus
jdk/src/share/classes/sun/management/jmxremote/ConnectorBootstrap.java
--- a/jdk/src/share/classes/sun/management/jmxremote/ConnectorBootstrap.java	Thu Oct 09 14:10:58 2008 +0200
+++ b/jdk/src/share/classes/sun/management/jmxremote/ConnectorBootstrap.java	Fri Oct 10 10:58:08 2008 +0200
@@ -99,6 +99,7 @@
         public static final String PORT = "0";
         public static final String CONFIG_FILE_NAME = "management.properties";
         public static final String USE_SSL = "true";
+        public static final String USE_LOCAL_ONLY = "true";
         public static final String USE_REGISTRY_SSL = "false";
         public static final String USE_AUTHENTICATION = "true";
         public static final String PASSWORD_FILE_NAME = "jmxremote.password";