You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tiles.apache.org by ap...@apache.org on 2007/03/01 15:23:30 UTC

svn commit: r513345 - in /tiles/examples/trunk/tiles-showcase/src/main/webapp: WEB-INF/struts-config.xml WEB-INF/struts-tests-config.xml examples/tiles/adminSummary.jsp

Author: apetrelli
Date: Thu Mar  1 06:23:30 2007
New Revision: 513345

URL: http://svn.apache.org/viewvc?view=rev&rev=513345
Log:
Removed ViewDefinitionsAction references.

Modified:
    tiles/examples/trunk/tiles-showcase/src/main/webapp/WEB-INF/struts-config.xml
    tiles/examples/trunk/tiles-showcase/src/main/webapp/WEB-INF/struts-tests-config.xml
    tiles/examples/trunk/tiles-showcase/src/main/webapp/examples/tiles/adminSummary.jsp

Modified: tiles/examples/trunk/tiles-showcase/src/main/webapp/WEB-INF/struts-config.xml
URL: http://svn.apache.org/viewvc/tiles/examples/trunk/tiles-showcase/src/main/webapp/WEB-INF/struts-config.xml?view=diff&rev=513345&r1=513344&r2=513345
==============================================================================
--- tiles/examples/trunk/tiles-showcase/src/main/webapp/WEB-INF/struts-config.xml (original)
+++ tiles/examples/trunk/tiles-showcase/src/main/webapp/WEB-INF/struts-config.xml Thu Mar  1 06:23:30 2007
@@ -43,8 +43,6 @@
 
     <action    path="/admin/tiles/reload"
                type="org.apache.struts.tiles2.actions.ReloadDefinitionsAction"/>
-    <action    path="/admin/tiles/view"
-               type="org.apache.struts.tiles2.actions.ViewDefinitionsAction"/>
     <action    path="/switch"
                type="org.apache.struts.actions.SwitchAction"/>
 			   

Modified: tiles/examples/trunk/tiles-showcase/src/main/webapp/WEB-INF/struts-tests-config.xml
URL: http://svn.apache.org/viewvc/tiles/examples/trunk/tiles-showcase/src/main/webapp/WEB-INF/struts-tests-config.xml?view=diff&rev=513345&r1=513344&r2=513345
==============================================================================
--- tiles/examples/trunk/tiles-showcase/src/main/webapp/WEB-INF/struts-tests-config.xml (original)
+++ tiles/examples/trunk/tiles-showcase/src/main/webapp/WEB-INF/struts-tests-config.xml Thu Mar  1 06:23:30 2007
@@ -87,11 +87,6 @@
       <forward  name="success"        path="test.action.noforward"/>
   </action>
 
-    <!-- The standard administrative actions available with Struts -->
-    <!-- These would be either omitted or protected by security -->
-    <!-- in a real application deployment -->
-     <action    path="/admin/viewdef"
-               type="org.apache.struts.tiles.actions.ViewDefinitionsAction"/>
   </action-mappings>
 
   

Modified: tiles/examples/trunk/tiles-showcase/src/main/webapp/examples/tiles/adminSummary.jsp
URL: http://svn.apache.org/viewvc/tiles/examples/trunk/tiles-showcase/src/main/webapp/examples/tiles/adminSummary.jsp?view=diff&rev=513345&r1=513344&r2=513345
==============================================================================
--- tiles/examples/trunk/tiles-showcase/src/main/webapp/examples/tiles/adminSummary.jsp (original)
+++ tiles/examples/trunk/tiles-showcase/src/main/webapp/examples/tiles/adminSummary.jsp Thu Mar  1 06:23:30 2007
@@ -34,9 +34,6 @@
 	  <li>Some administration facilities are provided.</li>
 	  <li>It is possible to reload definitions configuration files without restarting
 	  the web server.</li>
-	  <li>Also, it is possible to view definitions loaded and resolved by the factory.</li>
-	  <li>This facilities are used during development. They should be removed or protected with a password 
-	  if used in a production environment.</li>
 	</ul>
 	</TD>
   </TR>
@@ -44,7 +41,6 @@
     <td class="datalightblue">  
 	<ul>
 	  <li><a href="<%=request.getContextPath()%>/admin/tiles/reload.do">Reload Factory</a></li>
-	  <li><a href="<%=request.getContextPath()%>/admin/tiles/view.do">View Factory</a></li>
 	</ul>
     </TD>
   </TR>