----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65314/#review198958 -----------------------------------------------------------
Fix it, then Ship it! src/common/http.hpp Line 150 (original), 150 (patched) <https://reviews.apache.org/r/65314/#comment279237> In description: s/oboslete/obsolete/ - Greg Mann On March 8, 2018, 12:26 p.m., Alexander Rojas wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/65314/ > ----------------------------------------------------------- > > (Updated March 8, 2018, 12:26 p.m.) > > > 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 8d3a4ad63bd74e0313082bad3d89c21fbf54f256 > > > Diff: https://reviews.apache.org/r/65314/diff/8/ > > > Testing > ------- > > make check > > > Thanks, > > Alexander Rojas > >
