https://issues.apache.org/bugzilla/show_bug.cgi?id=48179
Konstantin Kolinko <knst.koli...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | Severity|normal |minor --- Comment #2 from Konstantin Kolinko <knst.koli...@gmail.com> 2010-02-03 00:41:51 UTC --- There is a minor issue there: This exception in TldConfig.execute(), and also one in TldConfig.processCache(), are processed with ex.printStackTrace(); Something like log.warn("Failed to write tldCache.ser file", ex); would provide a better context for this message. This applies only to 5.5. In 6.0 the same code is also present, but it is never called (as tldCache is always null there), and thus can be removed instead of trying to fix it. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org