Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Invalid
-
2.2.1
-
None
-
None
Description
I add this to my struts.xml file:
<constant name="struts.devMode" value="true" />
but it has no effect. In org.apache.struts2.config.BeanSelectionProvider.register(), props.getProperty(StrutsConstants.STRUTS_DEVMODE) returns "false". In ParametersInterceptor, setDevMode() is never called. When I change ParametersInterceptor.setDevMode() to not be static, it is called, but the value passed is "false".