mirror of
https://github.com/apache/struts.git
synced 2026-08-06 23:27:07 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user