Skip to content

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

@gregturn

Description

@gregturn

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions