Vinod Kone created MESOS-3237:
---------------------------------
Summary: HTTP requests with nested path is not properly handled by
libprocess
Key: MESOS-3237
URL: https://issues.apache.org/jira/browse/MESOS-3237
Project: Mesos
Issue Type: Bug
Reporter: Vinod Kone
Assignee: Vinod Kone
For example, if master adds a route "/api/v1/scheduler", a handler named
"api/v1/scheduler" is added to 'master' libprocess.
But when a request is posted to the above path, process::visit() looks for a
http handler named "api" instead of "api/v1/scheduler".
Ideally libprocess should look for handlers in the following preference order:
"api/v1/scheduler" --> "api/v1" --> "api"
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)