netty5/codec/src/test
Nikolay Fedorovskikh c0f9923823 Fixes validation of input bytes in the Base64 decoder (#9623)
Motivation:
In the current implementation of Base64 decoder an invalid
character `\u00BD` treated as `=`.
Also character `\u007F` leads to ArrayIndexOutOfBoundsException.

Modification:
Explicitly checks that all input bytes are ASCII characters
(greater than zero). Fix `decodabet` tables.

Result:
Correctly validation input bytes in Base64 decoder.
2019-10-10 22:45:44 +04:00
..
java/io/netty/handler/codec Fixes validation of input bytes in the Base64 decoder (#9623) 2019-10-10 22:45:44 +04:00
resources Change the netty.io homepage scheme(http -> https) (#9344) 2019-07-09 21:10:14 +02:00