netty5/codec/src
Norman Maurer 02b7507a62 Correctly handle the case when converting of value fails and return null or default value.
Motivation:

Headers.get* methods should not throw an exception but return null or the default value if converting of the value fails.

Modifications:

- Correctly handle the case when ValueConverter throws an Exception.
- Add testcase.

Result:

Fixes [#7710].
2018-02-14 08:35:55 +01:00
..
main/java/io/netty/handler/codec Correctly handle the case when converting of value fails and return null or default value. 2018-02-14 08:35:55 +01:00
test Correctly handle the case when converting of value fails and return null or default value. 2018-02-14 08:35:55 +01:00