netty5/handler/src
Scott Mitchell 9a4aa617f4 PlatformDependent#getClassLoader fails in restrictive classloader environment
Motivation:
https://github.com/netty/netty/pull/6042 only addressed PlatformDependent#getSystemClassLoader but getClassLoader is also called in an optional manner in some common code paths but fails to catch a general enough exception to continue working.

Modifications:
- Calls to getClassLoader which can continue if results fail should catch Throwable

Result:
More resilient code in the presense of restrictive class loaders.
Fixes https://github.com/netty/netty/issues/6246.
2017-01-19 09:01:36 -08:00
..
main/java/io/netty/handler PlatformDependent#getClassLoader fails in restrictive classloader environment 2017-01-19 09:01:36 -08:00
test Ensure SslHandler.sslCloseFuture() is notified in all cases. 2017-01-19 07:53:08 +01:00