-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/65696/
-----------------------------------------------------------
Review request for mesos, Michael Park and Till Toenshoff.
Bugs: MESOS-8569
https://issues.apache.org/jira/browse/MESOS-8569
Repository: mesos
Description
-------
Most base64 decoders do not fail on encountering whitespace characters
as several encoders embed newlines to enforce line-width in encoded
data.
Diffs
-----
3rdparty/stout/include/stout/base64.hpp
eabc9b0f0ad794ffccda44e338ea855b8c4a796f
3rdparty/stout/tests/base64_tests.cpp
a6837c820384e3311d2c030885039a7dd7f01a66
Diff: https://reviews.apache.org/r/65696/diff/1/
Testing
-------
Updated base64 tests and ran make check
Thanks,
Kapil Arya