mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-02-16 11:36:53 +01:00
add proxy excludes to user interface
This commit is contained in:
@@ -163,6 +163,7 @@ public class ScmConfiguration
|
||||
this.proxyServer = other.proxyServer;
|
||||
this.proxyUser = other.proxyUser;
|
||||
this.proxyPassword = other.proxyPassword;
|
||||
this.proxyExcludes = other.proxyExcludes;
|
||||
this.forceBaseUrl = other.forceBaseUrl;
|
||||
this.baseUrl = other.baseUrl;
|
||||
this.disableGroupingGrid = other.disableGroupingGrid;
|
||||
|
||||
Reference in New Issue
Block a user