mirror of https://github.com/apache/cloudstack.git
Merge a29d195004 into 9bbd32a8ef
This commit is contained in:
commit
c308c1c5df
|
|
@ -62,7 +62,7 @@ public class JsInterpreter implements Closeable {
|
|||
protected Logger logger = LogManager.getLogger(JsInterpreter.class);
|
||||
|
||||
protected static final List<String> RESTRICTED_TOKENS = Arrays.asList( "engine", "context", "factory",
|
||||
"Java", "java", "Packages"," javax", "load", "loadWithNewGlobal", "print", "factory", "getClass",
|
||||
"Java", "java", "Packages", "javax", "load", "loadWithNewGlobal", "print", "factory", "getClass",
|
||||
"runCommand", "Runtime", "exec", "ProcessBuilder", "Thread", "thread", "Threads", "Class", "class");
|
||||
|
||||
protected ScriptEngine interpreter;
|
||||
|
|
|
|||
Loading…
Reference in New Issue