You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Tobias Weingartner (JIRA)" <ji...@apache.org> on 2014/03/31 08:20:14 UTC

[jira] [Created] (MESOS-1164) URL encoded urls do not work in slave

Tobias Weingartner created MESOS-1164:
-----------------------------------------

             Summary: URL encoded urls do not work in slave
                 Key: MESOS-1164
                 URL: https://issues.apache.org/jira/browse/MESOS-1164
             Project: Mesos
          Issue Type: Bug
          Components: slave
            Reporter: Tobias Weingartner
            Priority: Minor


As show here:
{noformat}
MiniMe:incubator-aurora weingart$ curl -X HEAD -sI 'http://192.168.33.4:5051/slave%281%29/state.json'
HTTP/1.1 404 Not Found
Date: Mon, 31 Mar 2014 06:17:38 GMT
Content-Length: 0

MiniMe:incubator-aurora weingart$ curl -X HEAD -sI 'http://192.168.33.4:5051/slave(1)/state.json'
HTTP/1.1 200 OK
Date: Mon, 31 Mar 2014 06:17:50 GMT
Content-Length: 8015
Content-Type: application/json

{noformat}




--
This message was sent by Atlassian JIRA
(v6.2#6252)