netty5/handler
Norman Maurer ca2c349a4a Correctly have exceptions thrown from decode(...) method be wrapped with DecodingException
Motivation:

Normally if a decoder produces an exception its wrapped with DecodingException. This is not the cause for NotSslRecordException in SslHandler and SniHandler.

Modifications:

Just throw the NotSslRecordException exception for decode(...) and so ensure its correctly wrapped in a DecodingException before its passed through the pipeline.

Result:

Consist behavior.
2017-03-01 06:41:30 +01:00
..
src Correctly have exceptions thrown from decode(...) method be wrapped with DecodingException 2017-03-01 06:41:30 +01:00
pom.xml Use the correct arguments when run with jdk9 2017-02-15 10:15:00 +01:00