Skip to content

Commit d675146

Browse files
committed
Fix out-of-date Javadocs on Security.java
We have made the security manager non-optional, but the Javadocs for Security.java imply that it still is. This commit fixes this issue. Relates #16176
1 parent 2dd0ec5 commit d675146

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

core/src/main/java/org/elasticsearch/bootstrap/Security.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,6 @@
8585
* cleanups to the scripting apis). But still it can provide some defense for users
8686
* that enable dynamic scripting without being fully aware of the consequences.
8787
* <br>
88-
* <h1>Disabling Security</h1>
89-
* SecurityManager can be disabled completely with this setting:
90-
* <pre>
91-
* es.security.manager.enabled = false
92-
* </pre>
93-
* <br>
9488
* <h1>Debugging Security</h1>
9589
* A good place to start when there is a problem is to turn on security debugging:
9690
* <pre>

0 commit comments

Comments
 (0)