Till Toenshoff created MESOS-5637:
-------------------------------------

             Summary: Authorized endpoint results are inconsistent for failures.
                 Key: MESOS-5637
                 URL: https://issues.apache.org/jira/browse/MESOS-5637
             Project: Mesos
          Issue Type: Bug
          Components: master, modules
            Reporter: Till Toenshoff
            Priority: Minor


When trying to access authorized endpoints, the resulting HTTP status codes are 
not consistent for internal authorizer failures (failed future returned by 
{{authorized}}).

{{/flags}}: 
{noformat}
HTTP/1.1 503 Service Unavailable
Date: Fri, 17 Jun 2016 23:11:04 GMT
Content-Length: 0
{noformat}

{{/state}}:
{noformat}
HTTP/1.1 500 Internal Server Error
Date: Fri, 17 Jun 2016 23:08:49 GMT
Content-Type: text/plain; charset=utf-8
Content-Length: size($FUTURE_ERROR_MESSAGE)

$FUTURE_ERROR_MESSAGE
{noformat}




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

Reply via email to