netty5/codec-http2
Norman Maurer 5b00058fa7 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:50:01 +02:00
..
src Ensure we don't leak the ClassLoader in the backtrace (#10691) 2020-10-15 20:50:01 +02:00
pom.xml Remove duplicated declaration of dependency 2019-01-21 11:54:55 +01:00