-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/48920/
-----------------------------------------------------------
(Updated June 20, 2016, 5:49 a.m.)
Review request for mesos, Adam B, Alexander Rukletsov, Anand Mazumdar,
Alexander Rojas, Benjamin Mahler, Greg Mann, and Kapil Arya.
Bugs: MESOS-5637
https://issues.apache.org/jira/browse/MESOS-5637
Repository: mesos
Description
-------
Changes authentication and authorization happening on the libprocess
level to be in line with failures possibly returned by Mesos
authorization as currently implemented by the HTTPProxy::process
function. The HTTP result returned on failures has changed from
InternalServerError (500) towards ServiceNotAvailable (503) and now
contains a message describing the problem.
Diffs
-----
3rdparty/libprocess/src/process.cpp 703f673a98102958c5e2b0c1833efad2ddc53ef8
Diff: https://reviews.apache.org/r/48920/diff/
Testing (updated)
-------
make check (OSX and some Linux distros) & functional testing.
Thanks,
Till Toenshoff