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
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
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
вс, 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