----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/42648/ -----------------------------------------------------------
(Updated Jan. 25, 2016, 1:57 p.m.) Review request for mesos, Alexander Rukletsov, Benjamin Bannier, Jan Schlicht, and Till Toenshoff. Summary (updated) ----------------- Moved http authenticator initialization to main. Repository: mesos Description (updated) ------- Moves the code which initializes instances of `process::http::authentication::Authenticator` from `mesos::internal::Master` to the master main file. The change is needed in order to show that libprocess http authentication is turned at the system process level and not at the libprocess process level. Diffs (updated) ----- src/master/main.cpp 0d5ac49121491152d8426cd764a1f1a0f37483ae Diff: https://reviews.apache.org/r/42648/diff/ Testing (updated) ------- make check manual tests. Thanks, Alexander Rojas