1 Reply Latest reply on Feb 27, 2006 11:50 PM by starksm64

    FYI:Tomcat + private static final fields

    elkner

      FYI: This is probably something one should know, if one uses tomcat:

      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.


      Ref: http://bugzilla.slf4j.org/show_bug.cgi?id=15#c8