[
https://issues.apache.org/jira/browse/MESOS-3060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14631085#comment-14631085
]
Bernd Mathiske commented on MESOS-3060:
---------------------------------------
commit 5ce7b05864b291bb80be8763cfa057bc30941cb0
Author: Jan Schlicht <[email protected]>
Date: Fri Jul 17 11:22:26 2015 +0200
Fixed fetcher failing for FTP URIs.
The response code for successful FTP file transfers is 226, while it is 200
Fixes MESOS-3060.
Review: https://reviews.apache.org/r/36547
> FTP response code for success not recognized by fetcher.
> --------------------------------------------------------
>
> Key: MESOS-3060
> URL: https://issues.apache.org/jira/browse/MESOS-3060
> Project: Mesos
> Issue Type: Bug
> Components: fetcher
> Affects Versions: 0.23.0
> Reporter: Jan Schlicht
> Assignee: Jan Schlicht
> Labels: mesosphere, newbie
>
> The response code for successful HTTP requests is 200, the response code for
> successful FTP file transfers is 226. The fetcher currently only checks for a
> response code of 200 even for FTP URIs. This results in failed fetching even
> though the resource gets downloaded successfully. This has been found by a
> dedicated external test using an FTP server.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)