----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65314/ -----------------------------------------------------------
(Updated Feb. 27, 2018, 9:31 a.m.) Review request for mesos, Benjamin Hindman and Greg Mann. Changes ------- rebase. Bugs: MESOS-8434 https://issues.apache.org/jira/browse/MESOS-8434 Repository: mesos Description ------- The introduction of the `ObjectApprovers` abstraction rendered the `AuthorizationAcceptor` class oboslete. After the refactor of the code the acceptor class was no longer used, nor were the helper functions built around it. This patch removes that obsolete code. Diffs (updated) ----- src/common/http.hpp 750d3bfba1647624983108bdd23295a3b3091fe4 src/common/http.cpp 8d3a4ad63bd74e0313082bad3d89c21fbf54f256 Diff: https://reviews.apache.org/r/65314/diff/7/ Changes: https://reviews.apache.org/r/65314/diff/6-7/ Testing ------- make check Thanks, Alexander Rojas