Re: BZ 66294 - optionally disable some SecurityManager checks

2022-11-09 Thread Mark Thomas
On 09/11/2022 00:25, Christopher Schultz wrote: Mark, On 11/8/22 12:36, Mark Thomas wrote: On 08/11/2022 16:47, Christopher Schultz wrote: Mark, On 11/7/22 16:53, Mark Thomas wrote: On 07/11/2022 21:08, Christopher Schultz wrote: Mark, On 11/7/22 11:24, Mark Thomas wrote: Hi, BZ 66294

Re: BZ 66294 - optionally disable some SecurityManager checks

2022-11-08 Thread Christopher Schultz
Mark, On 11/8/22 12:36, Mark Thomas wrote: On 08/11/2022 16:47, Christopher Schultz wrote: Mark, On 11/7/22 16:53, Mark Thomas wrote: On 07/11/2022 21:08, Christopher Schultz wrote: Mark, On 11/7/22 11:24, Mark Thomas wrote: Hi, BZ 66294 [1] highlights the performance impact in Tomcat of

Re: BZ 66294 - optionally disable some SecurityManager checks

2022-11-08 Thread Mark Thomas
On 08/11/2022 16:47, Christopher Schultz wrote: Mark, On 11/7/22 16:53, Mark Thomas wrote: On 07/11/2022 21:08, Christopher Schultz wrote: Mark, On 11/7/22 11:24, Mark Thomas wrote: Hi, BZ 66294 [1] highlights the performance impact in Tomcat of some additional SecurityManager checks that

Re: BZ 66294 - optionally disable some SecurityManager checks

2022-11-08 Thread Christopher Schultz
Mark, On 11/7/22 16:53, Mark Thomas wrote: On 07/11/2022 21:08, Christopher Schultz wrote: Mark, On 11/7/22 11:24, Mark Thomas wrote: Hi, BZ 66294 [1] highlights the performance impact in Tomcat of some additional SecurityManager checks that were added to avoid AccessControlException when

Re: BZ 66294 - optionally disable some SecurityManager checks

2022-11-07 Thread Han Li
> 2022年11月8日 00:24,Mark Thomas 写道: > > Hi, > > BZ 66294 [1] highlights the performance impact in Tomcat of some additional > SecurityManager checks that were added to avoid AccessControlException when > using the EL API JAR outside of Tomcat. > > Details of the performance impact are in

Re: BZ 66294 - optionally disable some SecurityManager checks

2022-11-07 Thread Mark Thomas
On 07/11/2022 21:08, Christopher Schultz wrote: Mark, On 11/7/22 11:24, Mark Thomas wrote: Hi, BZ 66294 [1] highlights the performance impact in Tomcat of some additional SecurityManager checks that were added to avoid AccessControlException when using the EL API JAR outside of Tomcat.

Re: BZ 66294 - optionally disable some SecurityManager checks

2022-11-07 Thread Christopher Schultz
Mark, On 11/7/22 11:24, Mark Thomas wrote: Hi, BZ 66294 [1] highlights the performance impact in Tomcat of some additional SecurityManager checks that were added to avoid AccessControlException when using the EL API JAR outside of Tomcat. Details of the performance impact are in the bug