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:
Noble Paul 2014-02-22 06:48:16 +00:00
parent 225459815c
commit ee4460edf9
1 changed files with 1 additions and 1 deletions

View File

@ -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,