Details
-
Task
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
None
Description
GroovyUpdaterClassLoader has import black list in order to avoid file system access:
private static final String[] starImportsBlacklist =
{ "java.nio.file", "java.net", "javax.net", "javax.net.ssl", "java.lang.reflect" };
Also, it was assumed that the import black list checking is done only in the script level, not in the classes used in the script. I'd like to verify if this is true, too.
Attachments
Issue Links
- relates to
-
REPO-464 New content visitor api and runtime for replacing content updaters
- Closed