Skip to content

Commit fa54063

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 9aa080f commit fa54063

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
@@ -86,12 +86,6 @@
8686
* cleanups to the scripting apis). But still it can provide some defense for users
8787
* that enable dynamic scripting without being fully aware of the consequences.
8888
* <br>
89-
* <h1>Disabling Security</h1>
90-
* SecurityManager can be disabled completely with this setting:
91-
* <pre>
92-
* es.security.manager.enabled = false
93-
* </pre>
94-
* <br>
9589
* <h1>Debugging Security</h1>
9690
* A good place to start when there is a problem is to turn on security debugging:
9791
* <pre>

0 commit comments

Comments
 (0)