Skip to content

Commit

Permalink
NETBEANS-5492 change test proxy connection url to apache
Browse files Browse the repository at this point in the history
  • Loading branch information
premek committed Apr 20, 2021
1 parent da3abe6 commit 026738c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platform/o.n.core/nbproject/org-netbeans-core.sig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion platform/o.n.core/src/org/netbeans/core/ProxySettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 026738c

Please sign in to comment.