spring-ws icon indicating copy to clipboard operation
spring-ws copied to clipboard

AbstractEndpointExceptionResolver logs exceptions too early, duplicate log-entries for each resolver in a chain [SWS-626]

Open gregturn opened this issue 15 years ago • 0 comments

Lars Hvile opened SWS-626 and commented

AbstractEndpointExceptionResolver's logException() is called before resolveExceptionInternal(). When using multiple resolvers in a chain this causes the exception to be logged once pr. resolver until it's resolved.

Could be fixed by saving the result of resolveExceptionInternal() and only log if the exception was resolved?


Affects: 1.5.9

gregturn avatar Jul 02 '10 07:07 gregturn