[
https://issues.apache.org/struts/browse/WW-2706?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jeromy Evans resolved WW-2706.
------------------------------
Resolution: Fixed
Fix Version/s: 2.1.3
Assignee: Jeromy Evans
Done. Changed to LOG.debug
> 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
> Assignee: Jeromy Evans
> Priority: Minor
> Fix For: 2.1.3
>
>
> 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.