-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/60279/
-----------------------------------------------------------
(Updated July 7, 2017, 6:52 p.m.)
Review request for mesos, Anand Mazumdar, Alexander Rojas, Greg Mann, and Vinod
Kone.
Bugs: MESOS-7630
https://issues.apache.org/jira/browse/MESOS-7630
Repository: mesos
Description (updated)
-------
Add constructor for ObjectApprover::Object.
Replace different Authorization related Acceptor classes with one
AuthorizationAcceptor class.
Single static create function for AuthorizationAcceptor, single
acceptor function accepting ObjectApprover::Object.
Removed ObjectAcceptor parent class, since no inheritance feature
provided by it.
Diffs (updated)
-----
include/mesos/authorizer/authorizer.hpp
95cbcf3f9a962a896c9c23e961f02eb16dff36f8
src/common/http.hpp b7e4a8adcbcaa3a962af795c67694a35161b6c1a
src/common/http.cpp fdb591eccf273260902f3f695cf431f72ee3d817
src/master/http.cpp 175a44ce7fb5be509453c25eaa9ec29f35adba3a
src/slave/http.cpp 700871e1502a65b0bb1fc31219e09219dbdb5340
Diff: https://reviews.apache.org/r/60279/diff/3/
Changes: https://reviews.apache.org/r/60279/diff/2-3/
Testing (updated)
-------
Passed "make check -j48"
Passed 'GTEST_FILTER="MasterTest.TasksEndpoint" make check -j48'
Thanks,
Quinn Leng