mirror of
https://github.com/apache/struts.git
synced 2026-08-05 14:47:09 +00:00
WW-5364 Add Struts components to allowlist
This commit is contained in:
@@ -35,6 +35,18 @@
|
||||
<constant name="struts.action.extension" value="action,," />
|
||||
<constant name="struts.allowlist.enable" value="true" />
|
||||
|
||||
<constant name="struts.allowlist.classes"
|
||||
value="
|
||||
org.apache.struts2.showcase.model.Employee,
|
||||
org.apache.struts2.showcase.model.Skill,
|
||||
org.apache.struts2.showcase.conversion.Address,
|
||||
org.apache.struts2.showcase.conversion.Person,
|
||||
org.apache.struts2.showcase.conversion.OperationsEnum,
|
||||
org.apache.struts2.showcase.UITagExample$Language,
|
||||
org.apache.struts2.showcase.UITagExample$VehicalType,
|
||||
org.apache.struts2.showcase.UITagExample$VehicalSpecific
|
||||
"/>
|
||||
|
||||
<constant name="struts.convention.package.locators.basePackage" value="org.apache.struts2.showcase" />
|
||||
<constant name="struts.convention.result.path" value="/WEB-INF" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user