-
-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #543 don't cast ClassLoader.getSystemClassLoader() to URLClassLoader
- the user can decide if a secure ClassLoader should be used by setting Config.URL_CLASS_LOADER=... - if Config.URL_CLASS_LOADER==null; ClassLoader.getSystemClassLoader() is used - Refactored JavaLinkTests to core module as JavaLinkTestCase JUnit tests - Loaded classes have to be available on the classpath - Config.FILESYSTEM_ENABLED = true m,uist be set;see JUnit tests
- Loading branch information
Showing
3 changed files
with
55 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters