You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ma...@apache.org on 2021/04/22 19:32:13 UTC

[netbeans] branch master updated: NETBEANS-5492 change test proxy connection url to apache

This is an automated email from the ASF dual-hosted git repository.

matthiasblaesing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new 026738c  NETBEANS-5492 change test proxy connection url to apache
     new 4f6d35e  Merge pull request #2830 from premek/NETBEANS-5492-test-proxy-connection
026738c is described below

commit 026738caa88157117c9ac7828cc68cef7c23f5e1
Author: Premysl Vyhnal <pr...@gmail.com>
AuthorDate: Wed Mar 24 20:27:42 2021 +0100

    NETBEANS-5492 change test proxy connection url to apache
---
 platform/o.n.core/nbproject/org-netbeans-core.sig          | 2 +-
 platform/o.n.core/src/org/netbeans/core/ProxySettings.java | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/platform/o.n.core/nbproject/org-netbeans-core.sig b/platform/o.n.core/nbproject/org-netbeans-core.sig
index 71ffbc9..732cf4e 100644
--- a/platform/o.n.core/nbproject/org-netbeans-core.sig
+++ b/platform/o.n.core/nbproject/org-netbeans-core.sig
@@ -1536,7 +1536,7 @@ fld public final static int DIRECT_CONNECTION = 0
 fld public final static int MANUAL_SET_PAC = 4
 fld public final static int MANUAL_SET_PROXY = 2
 fld public final static java.lang.String DIRECT = "DIRECT"
-fld public final static java.lang.String HTTP_CONNECTION_TEST_URL = "http://netbeans.org"
+fld public final static java.lang.String HTTP_CONNECTION_TEST_URL = "https://netbeans.apache.org"
 fld public final static java.lang.String NOT_PROXY_HOSTS = "proxyNonProxyHosts"
 fld public final static java.lang.String PAC = "PAC"
 fld public final static java.lang.String PROXY_AUTHENTICATION_PASSWORD = "proxyAuthenticationPassword"
diff --git a/platform/o.n.core/src/org/netbeans/core/ProxySettings.java b/platform/o.n.core/src/org/netbeans/core/ProxySettings.java
index 76d3e89..fdbc5a9 100644
--- a/platform/o.n.core/src/org/netbeans/core/ProxySettings.java
+++ b/platform/o.n.core/src/org/netbeans/core/ProxySettings.java
@@ -62,7 +62,7 @@ public class ProxySettings {
     // Only for testing purpose (Test connection in General options panel)
     public static final String TEST_SYSTEM_PROXY_HTTP_HOST = "testSystemProxyHttpHost"; // NOI18N
     public static final String TEST_SYSTEM_PROXY_HTTP_PORT = "testSystemProxyHttpPort"; // NOI18N
-    public static final String HTTP_CONNECTION_TEST_URL = "http://netbeans.org";        // NOI18N
+    public static final String HTTP_CONNECTION_TEST_URL = "https://netbeans.apache.org";// NOI18N
     
     private static String presetNonProxyHosts;
 

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists