mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
Merge pull request #646 from apache/WW-5264-xslt-cleanup
[WW-5264] Removes XSLTResult from struts-default.xml as it was moved in to plugin
This commit is contained in:
@@ -20,11 +20,11 @@
|
||||
*/
|
||||
-->
|
||||
<!DOCTYPE struts PUBLIC
|
||||
"-//Apache Software Foundation//DTD Struts Configuration 2.5//EN"
|
||||
"https://struts.apache.org/dtds/struts-2.5.dtd">
|
||||
"-//Apache Software Foundation//DTD Struts Configuration 6.0//EN"
|
||||
"https://struts.apache.org/dtds/struts-6.0.dtd">
|
||||
|
||||
<struts>
|
||||
<package name="xslt" extends="struts-default" namespace="/xslt">
|
||||
<package name="xslt" extends="xslt-default" namespace="/xslt">
|
||||
<default-action-ref name="index"/>
|
||||
|
||||
<action name="index">
|
||||
|
||||
@@ -38,7 +38,6 @@
|
||||
<result-type name="redirect" class="org.apache.struts2.result.ServletRedirectResult"/>
|
||||
<result-type name="redirectAction" class="org.apache.struts2.result.ServletActionRedirectResult"/>
|
||||
<result-type name="stream" class="org.apache.struts2.result.StreamResult"/>
|
||||
<result-type name="xslt" class="org.apache.struts2.result.xslt.XSLTResult"/>
|
||||
<result-type name="plainText" class="org.apache.struts2.result.PlainTextResult"/>
|
||||
<result-type name="postback" class="org.apache.struts2.result.PostbackResult"/>
|
||||
</result-types>
|
||||
|
||||
Reference in New Issue
Block a user