mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-11 16:05:44 +01:00
fix wrong field name for proxy excludes
This commit is contained in:
@@ -708,7 +708,7 @@ public class ScmConfiguration
|
|||||||
private String pluginUrl = DEFAULT_PLUGINURL;
|
private String pluginUrl = DEFAULT_PLUGINURL;
|
||||||
|
|
||||||
/** glob patterns for urls which are excluded from proxy */
|
/** glob patterns for urls which are excluded from proxy */
|
||||||
@XmlElement(name = "admin-groups")
|
@XmlElement(name = "proxy-excludes")
|
||||||
@XmlJavaTypeAdapter(XmlSetStringAdapter.class)
|
@XmlJavaTypeAdapter(XmlSetStringAdapter.class)
|
||||||
private Set<String> proxyExcludes;
|
private Set<String> proxyExcludes;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user