NPE when calling setContextMap on a fresch MDC.
-----------------------------------------------

                 Key: LBCLASSIC-98
                 URL: http://jira.qos.ch/browse/LBCLASSIC-98
             Project: logback-classic
          Issue Type: Bug
    Affects Versions: 0.9.13
            Reporter: Ceki Gulcu
            Assignee: Ceki Gulcu
             Fix For: 0.9.14


Reported by Francois_Terrier in 
http://www.qos.ch/pipermail/logback-user/2008-December/000864.html

there is a little NPE when calling setContextMap on a fresch MDC. This 
could raises a NPE:

    public static void main(String[] args) {
        MDC.setContextMap(new HashMap<String, String>());
    }


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.qos.ch/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
logback-dev mailing list
[email protected]
http://qos.ch/mailman/listinfo/logback-dev

Reply via email to