Bug 43181

Summary: NullPointerException in MDC on Tomcat reload
Product: Log4j - Now in Jira Reporter: Curt Arnold <carnold>
Component: OtherAssignee: log4j-dev <log4j-dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 1.2   
Target Milestone: ---   
Hardware: Other   
OS: other   

Description Curt Arnold 2007-08-21 13:56:33 UTC
The underlying problem is the same as bug 40159 which dealt with the NDC.  The MDC code depends on 
non-private fields not being null.  Don't understand how the Tomcat reload interferes with what were 
intended to be class invariants, but since they can be modified outside the class, use inside the class 
should anticipate all potential values.
Comment 1 Curt Arnold 2007-08-21 14:01:22 UTC
Committed rev 568278.