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