mirror of
https://github.com/apache/struts.git
synced 2026-08-31 19:35:40 +00:00
WW-1506
- Sitemesh plugin's struts-plugin.xml uses incorrect filter for both freemarker and velocity git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@475283 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -5,6 +5,6 @@
|
||||
"http://struts.apache.org/dtds/struts-2.0.dtd">
|
||||
|
||||
<struts>
|
||||
<bean class="org.apache.struts2.sitemesh.FreeMarkerTemplatePageFilter" static="true" optional="true"/>
|
||||
<bean class="org.apache.struts2.sitemesh.VelocityTemplatePageFilter" static="true" optional="true"/>
|
||||
<bean class="org.apache.struts2.sitemesh.FreeMarkerPageFilter" static="true" optional="true"/>
|
||||
<bean class="org.apache.struts2.sitemesh.VelocityPageFilter" static="true" optional="true"/>
|
||||
</struts>
|
||||
|
||||
Reference in New Issue
Block a user