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 06:55:24 UTC

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

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

Benjamin Hindman resolved MESOS-1164.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.19.0

commit dbebd46f2e71f44a7bcc6b1259fc37ecbb9c47c8
Author: Benjamin Hindman <be...@gmail.com>
Date:   Wed Apr 30 11:19:25 2014 -0700

    Decode percent-encoded paths.
    
    See MESOS-1164.
    
    Review: https://reviews.apache.org/r/20929

> 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
>            Assignee: Benjamin Hindman
>            Priority: Minor
>             Fix For: 0.19.0
>
>
> 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)