[jboss-jira] [JBoss JIRA] Created: (SECURITY-487) JBossMappingManager uses incorrect (misleading) Logger
jaikiran pai (JIRA)
jira-events at lists.jboss.org
Thu Mar 25 13:28:26 EDT 2010
JBossMappingManager uses incorrect (misleading) Logger
------------------------------------------------------
Key: SECURITY-487
URL: https://jira.jboss.org/jira/browse/SECURITY-487
Project: PicketBox (JBoss Security and Identity Management)
Issue Type: Bug
Security Level: Public (Everyone can see)
Environment: JBoss AS Trunk
Reporter: jaikiran pai
Assignee: Anil Saldhana
Priority: Minor
While debugging an issue (through logs), I realized after much fighting, that JBossMappingManager uses an incorrect logger:
public class JBossMappingManager implements MappingManager
{
protected static final Logger log = Logger.getLogger(JBossSecurityContext.class);
Notice that it's using the JBossSecurityContext.class as the logger name.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list