[ 
https://issues.apache.org/jira/browse/MESOS-4126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacob Janco reassigned MESOS-4126:
----------------------------------

    Assignee: Jacob Janco

> Construct the error string in `MethodNotAllowed`.
> -------------------------------------------------
>
>                 Key: MESOS-4126
>                 URL: https://issues.apache.org/jira/browse/MESOS-4126
>             Project: Mesos
>          Issue Type: Improvement
>            Reporter: Alexander Rukletsov
>            Assignee: Jacob Janco
>              Labels: http, mesosphere, newbie++
>
> Consider constructing the error string in {{MethodNotAllowed}} rather than at 
> the invocation site. Currently we want all error messages follow the same 
> pattern, so instead of writing
> {code}
> return MethodNotAllowed({"POST"}, "Expecting 'POST', received '" + 
> request.method + "'");
> {code}
> we can write something like
> {code}
> MethodNotAllowed({"POST"}, request.method)`
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to