We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c8b384 commit 6aac9e2Copy full SHA for 6aac9e2
src/main/java/org/commonjava/util/jhttpc/model/SiteConfig.java
@@ -40,8 +40,6 @@ public final class SiteConfig
40
41
public static final int DEFAULT_CONNECTION_POOL_TIMEOUT_SECONDS = 60;
42
43
- public static final String DEFAULT_PROXY_ALLOW_HTTP_JOB_TYPES = "download,existence,listing";
44
-
45
private final String id;
46
47
private final String uri;
@@ -176,7 +174,7 @@ public String getProxyUser()
176
174
177
175
public String getProxyAllowHttpJobTypes()
178
{
179
- return proxyAllowHttpJobTypes == null ? DEFAULT_PROXY_ALLOW_HTTP_JOB_TYPES : proxyAllowHttpJobTypes;
+ return proxyAllowHttpJobTypes;
180
}
181
182
public String getKeyCertPem()
0 commit comments