mirror of https://github.com/apache/lucene.git
SOLR-3854 urlScheme property should be whitelisted
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1570797 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
225459815c
commit
ee4460edf9
|
@ -126,7 +126,7 @@ public class OverseerCollectionProcessor implements Runnable, ClosableThread {
|
|||
|
||||
public static final String COLL_PROP_PREFIX = "property.";
|
||||
|
||||
public static final Set<String> KNOWN_CLUSTER_PROPS = ImmutableSet.of("legacyCloud");
|
||||
public static final Set<String> KNOWN_CLUSTER_PROPS = ImmutableSet.of("legacyCloud","urlScheme");
|
||||
|
||||
public static final Map<String,Object> COLL_PROPS = ZkNodeProps.makeMap(
|
||||
ROUTER, DocRouter.DEFAULT_NAME,
|
||||
|
|
Loading…
Reference in New Issue