mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-01 08:29:09 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
5b9d183bf4
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user