Skip to content

Commit

Permalink
Scripting: remove groovy sandbox
Browse files Browse the repository at this point in the history
Due to elastic/elasticsearch#10480

Closes #100.
  • Loading branch information
dadoonet committed Apr 29, 2015
1 parent ce10129 commit b0cdf66
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -32,7 +32,6 @@
import org.elasticsearch.indices.IndexMissingException;
import org.elasticsearch.plugins.PluginsService;
import org.elasticsearch.river.couchdb.helper.CouchDBClient;
import org.elasticsearch.script.groovy.GroovyScriptEngineService;
import org.elasticsearch.search.SearchHit;
import org.elasticsearch.test.ElasticsearchIntegrationTest;
import org.junit.After;
Expand Down Expand Up @@ -63,7 +62,6 @@ protected Settings nodeSettings(int nodeOrdinal) {
return ImmutableSettings.builder()
.put(super.nodeSettings(nodeOrdinal))
.put("plugins." + PluginsService.LOAD_PLUGIN_FROM_CLASSPATH, true)
.put(GroovyScriptEngineService.GROOVY_SCRIPT_SANDBOX_ENABLED, false)
.build();
}

Expand Down

0 comments on commit b0cdf66

Please sign in to comment.