----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70210/ -----------------------------------------------------------
Review request for mesos. Bugs: MESOS-9652 https://issues.apache.org/jira/browse/MESOS-9652 Repository: mesos Description ------- When a process registered a route for the `/` endpoint, requests to, say, `/foo` would not be delivered to that endpoint but return a "404 Not Found" response instead. This is inconsistent with the way other routes are handled. Diffs ----- 3rdparty/libprocess/src/process.cpp 124836472313721a5dbfe4b1ca55f0da3cecd66b Diff: https://reviews.apache.org/r/70210/diff/1/ Testing ------- Thanks, Benno Evers