jetty.project/jetty-jaspi
Simone Bordet 2c61011de1
Fixes #6184 - JEP-411 will deprecate/remove the SecurityManager from … (#9616)
* Fixes #6184 - JEP-411 will deprecate/remove the SecurityManager from the JVM.

Removed usages of `SecurityManager` and `AccessControlller.doPrivileged()`.
In places where they are still necessary, now using reflection via newly introduced `SecurityUtils` class.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2023-04-06 10:59:02 +02:00
..
src Fixes #6184 - JEP-411 will deprecate/remove the SecurityManager from … (#9616) 2023-04-06 10:59:02 +02:00
pom.xml Updating to version 10.0.15-SNAPSHOT 2023-03-01 18:55:10 +10:00