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