
|
If you were logged in you would be able to see more operations.
|
|
|
|
diff -Naur struts-1.3.5.orig/src/tiles/src/main/resources/org/apache/struts/tiles/chain-config.xml struts-1.3.5/src/tiles/src/main/resources/org/apache/struts/tiles/chain-config.xml
--- struts-1.3.5.orig/src/tiles/src/main/resources/org/apache/struts/tiles/chain-config.xml 2006-08-05 16:21:34.000000000 -0300
+++ struts-1.3.5/src/tiles/src/main/resources/org/apache/struts/tiles/chain-config.xml 2006-08-25 13:35:57.000000000 -0300
@@ -87,6 +87,8 @@
point in the chain without modifying the
standard definition.
+ processCachedMessages RemoveCachedMessages
+
processMapping SelectAction (which also does processPath)
processRoles AuthorizeAction
@@ -128,6 +130,9 @@
<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 -->
<command
|
|
Description
|
diff -Naur struts-1.3.5.orig/src/tiles/src/main/resources/org/apache/struts/tiles/chain-config.xml struts-1.3.5/src/tiles/src/main/resources/org/apache/struts/tiles/chain-config.xml
--- struts-1.3.5.orig/src/tiles/src/main/resources/org/apache/struts/tiles/chain-config.xml 2006-08-05 16:21:34.000000000 -0300
+++ struts-1.3.5/src/tiles/src/main/resources/org/apache/struts/tiles/chain-config.xml 2006-08-25 13:35:57.000000000 -0300
@@ -87,6 +87,8 @@
point in the chain without modifying the
standard definition.
+ processCachedMessages RemoveCachedMessages
+
processMapping SelectAction (which also does processPath)
processRoles AuthorizeAction
@@ -128,6 +130,9 @@
<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 -->
<command
|
Show » |
|
Looks like the SetOriginalUriCommand is also missing from the tiles version of the chanin-config.xml