https://issues.apache.org/bugzilla/show_bug.cgi?id=48179

Konstantin Kolinko <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |
           Severity|normal                      |minor

--- Comment #2 from Konstantin Kolinko <[email protected]> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to