-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/48918/
-----------------------------------------------------------
Review request for mesos, Adam B, Alexander Rukletsov, Alexander Rojas,
Benjamin Mahler, Greg Mann, and Kapil Arya.
Bugs: MESOS-5637
https://issues.apache.org/jira/browse/MESOS-5637
Repository: mesos
Description
-------
Removing the explicit authorization results as formerly returned by
some authorizer invocations in Mesos, the returned future falls
through/back to the HTTP proxy handler of libprocess. This change
allows us to reduce the amount of failure result handlers.
Diffs
-----
src/master/http.cpp a6beb1721958a77886f0aa535346e2ff33bd5d04
src/slave/http.cpp 77834111bf51b58ba5e12f262b725202f7d3a7bf
Diff: https://reviews.apache.org/r/48918/diff/
Testing
-------
make check & functional testing.
Thanks,
Till Toenshoff