mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-06-18 01:31:18 +02:00
added option to ignore proxy settings
This commit is contained in:
@@ -523,7 +523,7 @@ public class URLHttpClient implements HttpClient
|
||||
{
|
||||
HttpURLConnection connection = null;
|
||||
|
||||
if (configuration.isEnableProxy())
|
||||
if (!request.isIgnoreProxySettings() && configuration.isEnableProxy())
|
||||
{
|
||||
if (logger.isDebugEnabled())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user