netty5/codec/src
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
..
main/java/io/netty/handler/codec [#4793] Correctly add newlines when encode base64 2016-02-06 09:56:21 +01:00
test [#4793] Correctly add newlines when encode base64 2016-02-06 09:56:21 +01:00