lukaszlenart commented on a change in pull request #397: URL: https://github.com/apache/struts/pull/397#discussion_r416348145
########## File path: core/src/main/java/org/apache/struts2/ServletActionContext.java ########## @@ -26,23 +26,18 @@ import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.servlet.jsp.PageContext; -import java.util.Map; /** * Web-specific context information for actions. This class subclasses <tt>ActionContext</tt> which * provides access to things like the action name, value stack, etc. This class adds access to * web objects like servlet parameters, request attributes and things like the HTTP session. */ -public class ServletActionContext extends ActionContext implements StrutsStatics { - - private static final long serialVersionUID = -666854718275106687L; +public class ServletActionContext implements StrutsStatics { public static final String STRUTS_VALUESTACK_KEY = "struts.valueStack"; - public static final String ACTION_MAPPING = "struts.actionMapping"; Review comment: It was just moved into `StrutsStatics` so you can still access it via `ServletActionContext. ACTION_MAPPING` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org