Files
spring-ws/spring-ws-core/src
Stéphane Nicoll 80f8d61024 Only log the exception if is it resolved
This commit improves AbstractEndpointExceptionResolver to only invoke
the logException method for an exception that has been resolved. To
help with chaining them, a CompositeEndpointExceptionResolver has been
introduced. If no resolvers were able to resolve the exception, the
last instance will then log the exception.

Closes gh-736
2025-04-08 14:33:39 +02:00
..