mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
Merge pull request #13407 from rmuir/ide_security_manager
Enable security manager by default in tests (e.g. IDEs)
This commit is contained in:
commit
f5270849fa
@ -80,7 +80,7 @@ public class BootstrapForTesting {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// install security manager if requested
|
// install security manager if requested
|
||||||
if (systemPropertyAsBoolean("tests.security.manager", false)) {
|
if (systemPropertyAsBoolean("tests.security.manager", true)) {
|
||||||
try {
|
try {
|
||||||
Security.setCodebaseProperties();
|
Security.setCodebaseProperties();
|
||||||
// initialize paths the same exact way as bootstrap.
|
// initialize paths the same exact way as bootstrap.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user