-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/60107/
-----------------------------------------------------------
Review request for mesos, Anand Mazumdar, Greg Mann, and Vinod Kone.
Bugs: MESOS-7630
https://issues.apache.org/jira/browse/MESOS-7630
Repository: mesos
Description
-------
Add class definition for ObjectFilter.
Write class definition for ObjectFilter, AuthorizeFilter,
which is the superclass for all Filters related with
authorization.
Add asynchronize construction method for AuthorizeFilter,
since it will incorporate the construction of ObjectApprover,
which is constructed asynchronously
Diffs
-----
src/common/http.hpp 93d6088e97c2384f9f6d26e010a501abf2deb43e
src/common/http.cpp 167dce2b9a2d3b68a1df5b4079f701482d34db28
Diff: https://reviews.apache.org/r/60107/diff/1/
Testing
-------
Passed "make check"
No specific test case related
Thanks,
Quinn Leng