From fcd5c4c69fc5ea84b04f309eb40e295eab921fd8 Mon Sep 17 00:00:00 2001 From: Omair Majid <omajid@redhat.com> Date: Tue, 24 Sep 2013 13:42:31 -0400 Subject: PR1474: Can't get javaws to use SOCKS proxy If there is a SOCKS proxy specified, use it for https, http, and ftp protocols too (as a fallback). 'sameProxy' now affects the https, http and ftp protocols, but not the socket protocol. --- netx/net/sourceforge/jnlp/config/DeploymentConfiguration.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'netx/net/sourceforge/jnlp/config/DeploymentConfiguration.java') diff --git a/netx/net/sourceforge/jnlp/config/DeploymentConfiguration.java b/netx/net/sourceforge/jnlp/config/DeploymentConfiguration.java index 25aab36..e6f1ff1 100644 --- a/netx/net/sourceforge/jnlp/config/DeploymentConfiguration.java +++ b/netx/net/sourceforge/jnlp/config/DeploymentConfiguration.java @@ -129,7 +129,10 @@ public final class DeploymentConfiguration { /** the proxy type. possible values are {@code JNLPProxySelector.PROXY_TYPE_*} */ public static final String KEY_PROXY_TYPE = "deployment.proxy.type"; + + /** Boolean. If true, the http host/port should be used for https and ftp as well */ public static final String KEY_PROXY_SAME = "deployment.proxy.same"; + public static final String KEY_PROXY_AUTO_CONFIG_URL = "deployment.proxy.auto.config.url"; public static final String KEY_PROXY_BYPASS_LIST = "deployment.proxy.bypass.list"; public static final String KEY_PROXY_BYPASS_LOCAL = "deployment.proxy.bypass.local"; -- cgit v1.2.3