craigmcc 2002/06/15 21:43:19
Modified: web/example/WEB-INF struts-config.xml
Log:
Remove obsolete default standard actions.
Revision Changes Path
1.22 +0 -18 jakarta-struts/web/example/WEB-INF/struts-config.xml
Index: struts-config.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/web/example/WEB-INF/struts-config.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- struts-config.xml 15 Jun 2002 15:23:20 -0000 1.21
+++ struts-config.xml 16 Jun 2002 04:43:19 -0000 1.22
@@ -138,24 +138,6 @@
forward="/tour.htm">
</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/addFormBean"
- type="org.apache.struts.actions.AddFormBeanAction"/>
- <action path="/admin/addForward"
- type="org.apache.struts.actions.AddForwardAction"/>
- <action path="/admin/addMapping"
- type="org.apache.struts.actions.AddMappingAction"/>
- <action path="/admin/reload"
- type="org.apache.struts.actions.ReloadAction"/>
- <action path="/admin/removeFormBean"
- type="org.apache.struts.actions.RemoveFormBeanAction"/>
- <action path="/admin/removeForward"
- type="org.apache.struts.actions.RemoveForwardAction"/>
- <action path="/admin/removeMapping"
- type="org.apache.struts.actions.RemoveMappingAction"/>
-
</action-mappings>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>