You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Benjamin Hindman (JIRA)" <ji...@apache.org> on 2014/05/01 02:04:15 UTC

[jira] [Resolved] (MESOS-1266) mesos-slave URLs are not unescaped before interpretation

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

Benjamin Hindman resolved MESOS-1266.
-------------------------------------

    Resolution: Duplicate

Thanks for posting this [~burkelibbey], but I'm going to resolve this over at MESOS-1164 (where I just posted a review/fix).

> 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
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> 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)