-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/71534/
-----------------------------------------------------------
(Updated Sept. 25, 2019, 11:21 a.m.)
Review request for mesos, Benno Evers, Greg Mann, and Till Toenshoff.
Summary (updated)
-----------------
Fixed parsing of HTTP authentication headers.
Bugs: MESOS-9968
https://issues.apache.org/jira/browse/MESOS-9968
Repository: mesos
Description (updated)
-------
This patch adds support for quoted strings in `Www-Authenticate` headers
and allows to use spaces when delimiting authentication attributes of
the form `WWW-Autenticate: a=b, c=d`, both of with are allowed by
RFC2617.
Diffs (updated)
-----
3rdparty/libprocess/include/process/http.hpp
654bbc2221597028b45817b8c3e29dc17515c6fe
3rdparty/libprocess/src/http.cpp 0ed41aaac90dff188c424ded8536df03ab80d2ab
3rdparty/libprocess/src/tests/http_tests.cpp
8cb5f163f2fc34baeabfb1ef640fe39bf6709872
Diff: https://reviews.apache.org/r/71534/diff/2/
Changes: https://reviews.apache.org/r/71534/diff/1-2/
Testing
-------
`make check`
Thanks,
Benjamin Bannier