Merge remote-tracking branch 'origin/master'

This commit is contained in:
David Pilato 2015-09-09 15:17:48 +02:00
commit 5b9d183bf4
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ public class BootstrapForTesting {
}
// install security manager if requested
if (systemPropertyAsBoolean("tests.security.manager", false)) {
if (systemPropertyAsBoolean("tests.security.manager", true)) {
try {
Security.setCodebaseProperties();
// initialize paths the same exact way as bootstrap.