http://bugzilla.slf4j.org/show_bug.cgi?id=15
------- Additional Comments From [EMAIL PROTECTED] 2006-02-17 04:52 ------- I submitted a patch to the Tomcat people. It has apparently been accepted (in a snippy sort of way--"your logging setup is bad, but I'll accept your 'fix' anyway") and will presumably be incorporated in a future Tomcat release. Tomcat's classloader will still rudely null out private fields on objects to which 'static final' references exist, but it will only do so if the referred objects themselves were loaded by a webapp classloader or a child thereof. In my testing, this fixes the SLF4J issue. -- Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. _______________________________________________ dev mailing list [email protected] http://slf4j.org/mailman/listinfo/dev
