Skip to content

Commit 8d3393f

Browse files
committed
Adds some additional excluded packages
1 parent 8bbe194 commit 8d3393f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

‎core/src/main/resources/struts-default.xml‎

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,10 @@
8585
com.opensymphony.xwork2.inject.,
8686
com.opensymphony.xwork2.ognl.,
8787
com.opensymphony.xwork2.security.,
88-
com.opensymphony.xwork2.util." />
88+
com.opensymphony.xwork2.util.,
89+
org.apache.tomcat.,
90+
org.apache.catalina.core.,
91+
org.wildfly.extension.undertow.deployment." />
8992

9093
<constant name="struts.devMode.excludedPackageNames"
9194
value="
@@ -223,7 +226,7 @@
223226

224227
<bean type="com.opensymphony.xwork2.config.providers.ValueSubstitutor" class="com.opensymphony.xwork2.config.providers.EnvsValueSubstitutor" scope="singleton"/>
225228

226-
<package name="struts-default" abstract="true" strict-method-invocation="true">
229+
<package name="struts-default" abstract="true">
227230
<result-types>
228231
<result-type name="chain" class="com.opensymphony.xwork2.ActionChainResult"/>
229232
<result-type name="dispatcher" class="org.apache.struts2.result.ServletDispatcherResult" default="true"/>

0 commit comments

Comments
 (0)