netty5/codec/src/test
Norman Maurer 65b3470456 [#4793] Correctly add newlines when encode base64
Motivation:

We not correctly added newlines if the src data needed to be padded. This regression was introduced by '63426fc3ed083513c07a58b45381f5c10dd47061'

Modifications:

- Correctly handling newlines
- Add unit test that proves the fix.

Result:

No more invalid base64 encoded data.
2016-02-06 09:56:21 +01:00
..
java/io/netty/handler/codec [#4793] Correctly add newlines when encode base64 2016-02-06 09:56:21 +01:00
resources/io/netty/handler/codec/xml CDATA support 2014-02-13 17:13:49 -08:00