mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
Disable by default plugins isolation
This commit is contained in:
parent
e3b87926bf
commit
76e92ffbea
@ -323,7 +323,7 @@ public class PluginsService extends AbstractComponent {
|
||||
|
||||
List<Tuple<PluginInfo, Plugin>> pluginData = Lists.newArrayList();
|
||||
|
||||
boolean defaultIsolation = settings.getAsBoolean("plugins.isolation", Boolean.TRUE);
|
||||
boolean defaultIsolation = settings.getAsBoolean("plugins.isolation", Boolean.FALSE);
|
||||
ClassLoader esClassLoader = settings.getClassLoader();
|
||||
Method addURL = null;
|
||||
boolean discoveredAddUrl = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user