You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ni...@apache.org on 2006/08/25 18:38:41 UTC

svn commit: r436847 - /struts/struts1/trunk/tiles/src/main/resources/org/apache/struts/tiles/chain-config.xml

Author: niallp
Date: Fri Aug 25 09:38:40 2006
New Revision: 436847

URL: http://svn.apache.org/viewvc?rev=436847&view=rev
Log:
remove trailing spaces

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=436847&r1=436846&r2=436847&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 09:38:40 2006
@@ -117,13 +117,13 @@
       <!-- Identify the Locale for this request -->
       <command
           className="org.apache.struts.chain.commands.servlet.SelectLocale"/>
-          
-          
+
+
       <!-- Set (if needed) no cache HTTP response headers -->
       <command
           className="org.apache.struts.chain.commands.servlet.RequestNoCache"/>
-          
-          
+
+
       <!-- Set (if needed) the HTTP response content type -->
       <command
           className="org.apache.struts.chain.commands.servlet.SetContentType"/>        
@@ -132,8 +132,8 @@
       <!-- Identify the ActionConfig for this request -->
       <command
           className="org.apache.struts.chain.commands.servlet.SelectAction"/>
-          
-          
+
+
       <!-- Authorize the selected ActionConfig for this request -->
       <command
           className="org.apache.struts.chain.commands.servlet.AuthorizeAction"/>    
@@ -157,25 +157,25 @@
       <!-- Select the appropriate ForwardConfig for return to input page -->
       <command
           className="org.apache.struts.chain.commands.servlet.SelectInput"/>
-       
-       
+
+
       <!-- Lookup and execute a chain command if the current ActionConfig is 
            so-configured. -->
       <command
           className="org.apache.struts.chain.commands.ExecuteCommand"/>
-       
-       
+
+
       <!-- Select the appropriate ForwardConfig for action mappings that only
            have an ActionForward -->
       <command
           className="org.apache.struts.chain.commands.servlet.SelectForward"/>
-      
-      
+
+
       <!-- Select the include uri (if any) for the current action mapping -->
       <command
           className="org.apache.struts.chain.commands.SelectInclude"/>
-          
-      
+
+
       <!-- Perform the include (if needed) -->
       <command
           className="org.apache.struts.chain.commands.servlet.PerformInclude"/>