RE: pluggabilitySkip JarScanFilter and JMX calls

2024-11-03 Thread Amit Pande
Thank you, Chris, for quick response. I am trying to play with the scan/skip values. https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/context/event/EventListener.html Does this @EventListener Spring annotation get affected by this pluggabilitySkip setting? Th

Re: pluggabilitySkip JarScanFilter and JMX calls

2024-11-03 Thread Christopher Schultz
Amit, On 11/3/24 11:56 AM, Amit Pande wrote: Hello, I have been experimenting with the JarScanFilter setting to boost the application deployment time. When I add this: JarScanFilter pluggabilitySkip="*.jar" The JMX calls stopped working. E.g. I am seeing: javax.managem

pluggabilitySkip JarScanFilter and JMX calls

2024-11-03 Thread Amit Pande
Hello, I have been experimenting with the JarScanFilter setting to boost the application deployment time. When I add this: JarScanFilter pluggabilitySkip="*.jar" The JMX calls stopped working. E.g. I am seeing: javax.management.InstanceNotFoundException: Catalina_Web_Servic

Re: Regression in Apache Tomcat 9.0.96? Escape XML not working using taglib

2024-11-03 Thread Konstantin Kolinko
вс, 3 нояб. 2024 г. в 03:46, Frankowski, Adam : > > Hi, > > > > We have noticed an issue that occurred when we attempted to upgrade to Apache > Tomcat 9.0.96. We found that the standard taglib did not properly > escape XML strings anymore. This can lead to cross-site scripting (XSS) > attacks