Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
jtsk_2.1
-
None
-
N/A
-
6324706
Description
Bugtraq ID 6324706
In BasicInvocationDispatcher.dispatch, there is a catch-Throwable around marshalling the return value/exception, which logs the locally thrown Throwable. This logging omits the method/class/impl information that is included in the logging of remotely thrown Throwables, but this information can be useful in correlating the exception to a particular remote call.