WW-4227 Temporally reverts changes related to SecurityGate to allow prepare new release without introducing new API

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1546516 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Lukasz Lenart
2013-11-29 07:27:54 +00:00
parent 902d276972
commit 8de3254a28
@@ -63,7 +63,6 @@ import org.apache.struts2.components.UrlRenderer;
import org.apache.struts2.dispatcher.StaticContentLoader;
import org.apache.struts2.dispatcher.mapper.ActionMapper;
import org.apache.struts2.dispatcher.multipart.MultiPartRequest;
import org.apache.struts2.security.SecurityGate;
import org.apache.struts2.views.freemarker.FreemarkerManager;
import org.apache.struts2.views.util.UrlHelper;
import org.apache.struts2.views.velocity.VelocityManager;
@@ -381,8 +380,6 @@ public class DefaultBeanSelectionProvider extends AbstractBeanSelectionProvider
alias(TextParser.class, StrutsConstants.STRUTS_EXPRESSION_PARSER, builder, props);
alias(SecurityGate.class, StrutsConstants.STRUTS_SECURITY_GATE, builder, props);
switchDevMode(props);
// Convert Struts properties into XWork properties