-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/31228/#review74786
-----------------------------------------------------------


Bad patch!

Reviews applied: [31227, 30994, 31228]

Failed command: ./support/apply-review.sh -n -r 31228

Error:
 2015-03-02 18:54:31 URL:https://reviews.apache.org/r/31228/diff/raw/ 
[7838/7838] -> "31228.patch" [1]
Successfully applied: Added a mechanism for disabling http endpoints.

Adds a mechanism for disabling http endpoints (e.g 
`testprocess/handler1,processname(*)/*`). A list of coma separated strings can 
be provided using the environment variable `LIBPROCESS_DISABLED_ENDPOINTS` 
which will be read during libprocess initialization. Then, when creating http 
endpoints (using the method `route`) the endpoint path will be checked against 
the patterns. If a match is found the endpoint handler will be replaced for a 
generic once which returns a 403 HTTP Error (Forbidden).


Review: https://reviews.apache.org/r/31228
Checking 3 files using filter 
--filter=-,+build/class,+build/deprecated,+build/endif_comment,+readability/todo,+readability/namespace,+runtime/vlog,+whitespace/blank_line,+whitespace/comma,+whitespace/end_of_line,+whitespace/ending_newline,+whitespace/forcolon,+whitespace/indent,+whitespace/line_length,+whitespace/operators,+whitespace/semicolon,+whitespace/tab,+whitespace/todo
Total errors found: 0
ERROR: Commit spanning multiple projects.

Please use separate commits for mesos, libprocess and stout.

Paths grouped by project:
mesos:
  docs/configuration.md
libprocess:
  3rdparty/libprocess/include/process/process.hpp
  3rdparty/libprocess/src/process.cpp
  3rdparty/libprocess/src/tests/process_tests.cpp
Failed to commit patch

- Mesos ReviewBot


On March 2, 2015, 6:21 p.m., Alexander Rojas wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/31228/
> -----------------------------------------------------------
> 
> (Updated March 2, 2015, 6:21 p.m.)
> 
> 
> Review request for mesos, Joerg Schad, Niklas Nielsen, and Till Toenshoff.
> 
> 
> Bugs: MESOS-2333
>     https://issues.apache.org/jira/browse/MESOS-2333
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> Adds a mechanism for disabling http endpoints (e.g 
> `testprocess/handler1,processname(*)/*`). A list of coma separated strings 
> can be provided using the environment variable 
> `LIBPROCESS_DISABLED_ENDPOINTS` which will be read during libprocess 
> initialization. Then, when creating http endpoints (using the method `route`) 
> the endpoint path will be checked against the patterns. If a match is found 
> the endpoint handler will be replaced for a generic once which returns a 403 
> HTTP Error (Forbidden).
> 
> 
> Diffs
> -----
> 
>   3rdparty/libprocess/include/process/process.hpp 
> 392c74df3e8a122aecd3633dffdeec4bcbd1f097 
>   3rdparty/libprocess/src/process.cpp 
> 6f9a0d290de6838c20d208266b670999186e1798 
>   3rdparty/libprocess/src/tests/process_tests.cpp 
> eb38edce2c483ba7f963a826893a15a075238618 
>   docs/configuration.md fc3afec248b534b1d5eb625eb66de5f90cd8cd33 
> 
> Diff: https://reviews.apache.org/r/31228/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Alexander Rojas
> 
>

Reply via email to