ClasspathPackageProdiver writes to System.out
---------------------------------------------
Key: WW-2706
URL: https://issues.apache.org/struts/browse/WW-2706
Project: Struts 2
Issue Type: Bug
Components: Plugin - CodeBehind
Affects Versions: 2.1.2
Environment: all
Reporter: Lucas Nelson
Priority: Minor
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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.