-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/65314/
-----------------------------------------------------------
Review request for mesos, Benjamin Hindman and Greg Mann.
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
-----
src/common/http.hpp 750d3bfba1647624983108bdd23295a3b3091fe4
src/common/http.cpp 728fc554917ed031f9cb3d811fbbc064307b3e32
Diff: https://reviews.apache.org/r/65314/diff/1/
Testing
-------
make check
Thanks,
Alexander Rojas