Burke Libbey created MESOS-1266:
-----------------------------------

             Summary: mesos-slave URLs are not unescaped before interpretation
                 Key: MESOS-1266
                 URL: https://issues.apache.org/jira/browse/MESOS-1266
             Project: Mesos
          Issue Type: Bug
          Components: slave
    Affects Versions: 0.18.0
            Reporter: Burke Libbey


Given a slave name "slave(1)":

This URL gives 200:
http://my-slave:5051/slave(1)/state.json

This URL gives 404:
http://my-slave:5051/slave%281%29/state.json

This is frustrating because many HTTP libraries simply won't submit URLs with 
unescaped parentheses, and I can't find any way to allocate slave names 
differently.



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

Reply via email to