java/code/webapp/WEB-INF/struts-config.xml | 11 -----------
1 file changed, 11 deletions(-)
New commits:
commit 6ec20e9d412c8d325edf200c8db09589fe2d1d6a
Author: Tomas Lestach <tlestach(a)redhat.com>
Date: Tue Nov 19 17:19:00 2013 +0100
1020497 - one /kickstart/Scripts action path is enough
diff --git a/java/code/webapp/WEB-INF/struts-config.xml b/java/code/webapp/WEB-INF/struts-config.xml
index eb9a7ee..d49f3e7 100644
--- a/java/code/webapp/WEB-INF/struts-config.xml
+++ b/java/code/webapp/WEB-INF/struts-config.xml
@@ -6041,17 +6041,6 @@
path="/WEB-INF/pages/kickstart/scripts.jsp"/>
</action>
- <action path="/kickstart/Scripts"
- scope="request"
- input="/WEB-INF/pages/kickstart/scripts.jsp"
- type="com.redhat.rhn.frontend.action.kickstart.ScriptsSetupAction"
- className="com.redhat.rhn.frontend.struts.RhnActionMapping">
- <set-property property="postRequiredIfSubmitted" value="true" />
- <set-property property="acls" value="org_entitlement(rhn_provisioning); user_role(config_admin)"/>
- <forward name="default"
- path="/WEB-INF/pages/kickstart/scripts.jsp"/>
- </action>
-
<action path="/kickstart/KickstartIpRanges"
scope="request"
input="/WEB-INF/pages/kickstart/kickstartranges.jsp"