-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.1.8
-
Fix Version/s: 2.1.8
-
Component/s: Plugin - Spring
-
Labels:None
-
Environment:
any
-
Flags:Patch
In StrutsSpringObjectFactory.java, the StringUtils class is being imported directly from commons instead of from the shaded class in the xwork library. This caused compilation errors for me until I changed the import statement.