Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.1.2
-
None
-
all
Description
In 2.1.2, on line 431 of src/plugins/codebehind/src/main/java/org/apache/struts2/config/ClasspathPackageProvider.java, there is the code:
System.out.println("class:"actionClass" parent:"parent" current:"+(pkgConfig != null ? pkgConfig.getName() : ""));
That should not be a system.out ... please either remove it, or convert to a logger log.