mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 06:55:47 +01: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