Author: niallp
Date: Fri Aug 25 10:21:53 2006
New Revision: 436861
URL: http://svn.apache.org/viewvc?rev=436861&view=rev
Log:
Fix for STR-2935 - RemoveCachedMessages and SetOriginalURI commands missing for
tiles version of the chain-config.xml - thanks to Scott Van Wart
Modified:
struts/struts1/trunk/tiles/src/main/resources/org/apache/struts/tiles/chain-config.xml
Modified:
struts/struts1/trunk/tiles/src/main/resources/org/apache/struts/tiles/chain-config.xml
URL:
http://svn.apache.org/viewvc/struts/struts1/trunk/tiles/src/main/resources/org/apache/struts/tiles/chain-config.xml?rev=436861&r1=436860&r2=436861&view=diff
==============================================================================
---
struts/struts1/trunk/tiles/src/main/resources/org/apache/struts/tiles/chain-config.xml
(original)
+++
struts/struts1/trunk/tiles/src/main/resources/org/apache/struts/tiles/chain-config.xml
Fri Aug 25 10:21:53 2006
@@ -87,6 +87,8 @@
point in the chain without modifying the
standard definition.
+ processCachedMessages RemoveCachedMessages
+
processMapping SelectAction (which also does processPath)
processRoles AuthorizeAction
@@ -119,6 +121,11 @@
className="org.apache.struts.chain.commands.servlet.SelectLocale"/>
+ <!-- Set (if needed) the URI of the original request -->
+ <command
+
className="org.apache.struts.chain.commands.servlet.SetOriginalURI"/>
+
+
<!-- Set (if needed) no cache HTTP response headers -->
<command
className="org.apache.struts.chain.commands.servlet.RequestNoCache"/>
@@ -127,6 +134,11 @@
<!-- Set (if needed) the HTTP response content type -->
<command
className="org.apache.struts.chain.commands.servlet.SetContentType"/>
+
+
+ <!-- Remove messages cached in the Session -->
+ <command
+
className="org.apache.struts.chain.commands.RemoveCachedMessages"/>
<!-- Identify the ActionConfig for this request -->