netty5/resolver-dns/src
Norman Maurer 6b613682ba
Ensure we don't leak the ClassLoader in the backtrace (#10691)
Motivation:

We have a few classes in which we store and reuse static instances of various exceptions. When doing so it is important to also override fillInStacktrace() and so prevent the leak of the ClassLoader in the internal backtrace field.

Modifications:

- Add overrides of fillInStracktrace when needed
- Move ThrowableUtil usage in the static methods

Result:

Fixes https://github.com/netty/netty/pull/10686
2020-10-15 20:41:29 +02:00
..
main/java/io/netty/resolver/dns Ensure we don't leak the ClassLoader in the backtrace (#10691) 2020-10-15 20:41:29 +02:00
test Use all configured nameservers when using DnsNameResolver in all cases (#10503) 2020-08-31 09:12:12 +02:00