mirror of
https://github.com/apache/struts.git
synced 2026-08-31 19:35:40 +00:00
Enables Strict DMI by default
This commit is contained in:
@@ -165,7 +165,7 @@
|
||||
<bean type="com.opensymphony.xwork2.security.ExcludedPatternsChecker" name="struts" class="com.opensymphony.xwork2.security.DefaultExcludedPatternsChecker" scope="prototype" />
|
||||
<bean type="com.opensymphony.xwork2.security.AcceptedPatternsChecker" name="struts" class="com.opensymphony.xwork2.security.DefaultAcceptedPatternsChecker" scope="prototype" />
|
||||
|
||||
<package name="struts-default" abstract="true">
|
||||
<package name="struts-default" abstract="true" strict-method-invocation="true">
|
||||
<result-types>
|
||||
<result-type name="chain" class="com.opensymphony.xwork2.ActionChainResult"/>
|
||||
<result-type name="dispatcher" class="org.apache.struts2.result.ServletDispatcherResult" default="true"/>
|
||||
|
||||
Reference in New Issue
Block a user