ClientResponseFilter not called on UnknownHostException
Open
enhancement
spec
- Dominant language
- Java
- Stars
- 400
- Forks
- 143
- PR merge metrics
- No merged PRs in 30d
Description
At the moment there is no way how to intercept exceptions like `UnknownHostException` (maybe also `RedirectionException`) in `ClientResponseFilter`. Note that `ClientRequestFilter` is called for a such request. If the integration uses both filters and response filter is used to free up resources this leads to leaks.
Contributor guide
Assessment
This issue has not been assessed yet.