Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.1.8
-
None
-
any
-
Patch
Description
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.