Re: Security manager support

2022-10-01 Thread Christopher Schultz
Emmanuel, On 9/28/22 11:05, Emmanuel Bourg wrote: The security manager has been deprecated for removal in Java 17 [1], and at some point Tomcat will have to stop supporting it. Do we want to wait until it's no longer available in the JDK to remove it from Tomcat, or should we remove it earlie

Re: Security manager support

2022-10-01 Thread Romain Manni-Bucau
Hi, If it helps, commons weaver ( https://commons.apache.org/proper/commons-weaver/commons-weaver-parent/commons-weaver-modules-parent/commons-weaver-privilizer-parent/index.html) can help for the backport part (enable or not the run in build.xml). Romain Le dim. 2 oct. 2022 à 06:42, Christopher