Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.9.13
-
Fix Version/s: 0.9.14
-
Component/s: None
-
Labels:None
Description
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>());
}
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>());
}