OpenJDK / portola / portola
changeset 1448:86d46701261b
6758165: ConnectorBootstrap.DefaultValues should have a default value for USE_LOCAL_ONLY
Reviewed-by: alanb, emcmanus
author | dfuchs |
---|---|
date | Fri, 10 Oct 2008 10:58:08 +0200 |
parents | 95d5bd511ec2 |
children | 2ed6188288d6 |
files | jdk/src/share/classes/sun/management/jmxremote/ConnectorBootstrap.java |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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";