Skip to content

Commit

Permalink
Merge pull request #60 from yma96/master
Browse files Browse the repository at this point in the history
Remove default proxyAllowHttpJobTypes value to algin with proxy host
  • Loading branch information
yma96 authored Aug 9, 2024
2 parents 8c8b384 + 6aac9e2 commit 0227d89
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ public final class SiteConfig

public static final int DEFAULT_CONNECTION_POOL_TIMEOUT_SECONDS = 60;

public static final String DEFAULT_PROXY_ALLOW_HTTP_JOB_TYPES = "download,existence,listing";

private final String id;

private final String uri;
Expand Down Expand Up @@ -176,7 +174,7 @@ public String getProxyUser()

public String getProxyAllowHttpJobTypes()
{
return proxyAllowHttpJobTypes == null ? DEFAULT_PROXY_ALLOW_HTTP_JOB_TYPES : proxyAllowHttpJobTypes;
return proxyAllowHttpJobTypes;
}

public String getKeyCertPem()
Expand Down

0 comments on commit 0227d89

Please sign in to comment.