This is an automated email from the ASF dual-hosted git repository.

kusal pushed a commit to branch WW-5418-struts-sec
in repository https://gitbox.apache.org/repos/asf/struts.git

commit 7e9f6e84f2ed7d19c518a50e5ab1c079b6df02c1
Author: Kusal Kithul-Godage <g...@kusal.io>
AuthorDate: Thu Apr 18 11:14:10 2024 +1000

    WW-5418 Exclude Tomcat Jasper classes
---
 core/src/main/resources/struts-excluded-classes.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/core/src/main/resources/struts-excluded-classes.xml 
b/core/src/main/resources/struts-excluded-classes.xml
index f3f4f3f19..58b89aae4 100644
--- a/core/src/main/resources/struts-excluded-classes.xml
+++ b/core/src/main/resources/struts-excluded-classes.xml
@@ -92,6 +92,7 @@
                 org.apache.catalina.core,
                 org.apache.commons.beanutils,
                 org.apache.commons.collections,
+                org.apache.jasper,
                 org.apache.struts2.ognl,
                 org.apache.tomcat,
                 org.apache.velocity,
@@ -124,6 +125,7 @@
                 org.apache.catalina.core,
                 org.apache.commons.beanutils,
                 org.apache.commons.collections,
+                org.apache.jasper,
                 org.apache.struts2.ognl,
                 org.apache.tomcat,
                 org.apache.velocity,

Reply via email to