This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch WW-5095-cherry-pick in repository https://gitbox.apache.org/repos/asf/struts.git
commit 8d3393f09a06ff4a2b6827b6544524d1d6af3c7c Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Fri Nov 13 19:37:02 2020 +0100 Adds some additional excluded packages --- core/src/main/resources/struts-default.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/core/src/main/resources/struts-default.xml b/core/src/main/resources/struts-default.xml index f73a514..8d30cf4 100644 --- a/core/src/main/resources/struts-default.xml +++ b/core/src/main/resources/struts-default.xml @@ -85,7 +85,10 @@ com.opensymphony.xwork2.inject., com.opensymphony.xwork2.ognl., com.opensymphony.xwork2.security., - com.opensymphony.xwork2.util." /> + com.opensymphony.xwork2.util., + org.apache.tomcat., + org.apache.catalina.core., + org.wildfly.extension.undertow.deployment." /> <constant name="struts.devMode.excludedPackageNames" value=" @@ -223,7 +226,7 @@ <bean type="com.opensymphony.xwork2.config.providers.ValueSubstitutor" class="com.opensymphony.xwork2.config.providers.EnvsValueSubstitutor" scope="singleton"/> - <package name="struts-default" abstract="true" strict-method-invocation="true"> + <package name="struts-default" abstract="true"> <result-types> <result-type name="chain" class="com.opensymphony.xwork2.ActionChainResult"/> <result-type name="dispatcher" class="org.apache.struts2.result.ServletDispatcherResult" default="true"/>