You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by rg...@apache.org on 2007/03/16 11:24:20 UTC

svn commit: r518921 - /struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/struts-default.xml

Author: rgielen
Date: Fri Mar 16 03:24:19 2007
New Revision: 518921

URL: http://svn.apache.org/viewvc?view=rev&rev=518921
Log:
WW-1707:
Re-add deprecated "plaintext" result name for backwards compatibility

Modified:
    struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/struts-default.xml

Modified: struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/struts-default.xml
URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/struts-default.xml?view=diff&rev=518921&r1=518920&r2=518921
==============================================================================
--- struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/struts-default.xml (original)
+++ struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/struts-default.xml Fri Mar 16 03:24:19 2007
@@ -62,6 +62,7 @@
             <result-type name="plainText" class="org.apache.struts2.dispatcher.PlainTextResult" />
             <!-- Deprecated name form scheduled for removal in Struts 2.1.0. The camelCase versions are preferred. See ww-1707 -->
             <result-type name="redirect-action" class="org.apache.struts2.dispatcher.ServletActionRedirectResult"/>
+            <result-type name="plaintext" class="org.apache.struts2.dispatcher.PlainTextResult" />
         </result-types>