mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
Fixing test WW-2160
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@573609 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -173,7 +173,9 @@ public class BeanSelectionProvider implements ConfigurationProvider {
|
||||
}
|
||||
|
||||
String val = props.getProperty(StrutsConstants.STRUTS_ALLOW_STATIC_METHOD_ACCESS);
|
||||
props.setProperty("allowStaticMethodAccess", val);
|
||||
if (val != null) {
|
||||
props.setProperty("allowStaticMethodAccess", val);
|
||||
}
|
||||
|
||||
// TODO: This should be moved to XWork after 2.0.4
|
||||
// struts.custom.i18n.resources
|
||||
|
||||
Reference in New Issue
Block a user