[
https://issues.apache.org/jira/browse/ZOOKEEPER-2992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16385257#comment-16385257
]
ASF GitHub Bot commented on ZOOKEEPER-2992:
-------------------------------------------
GitHub user elyograg opened a pull request:
https://github.com/apache/zookeeper/pull/479
ZOOKEEPER-2992: Fix sourceforge download url
ZOOKEEPER-2992 is the Jira issue.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/elyograg/zookeeper master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/479.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #479
----
commit 3c22cbdc8c34a372779135a392344317adc1dadc
Author: Shawn Heisey <elyograg@...>
Date: 2018-03-04T17:39:47Z
ZOOKEEPER-2992: Fix sourceforge download url.
----
> The eclipse build target fails due to protocol redirection: http->https
> -----------------------------------------------------------------------
>
> Key: ZOOKEEPER-2992
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2992
> Project: ZooKeeper
> Issue Type: Bug
> Components: build
> Affects Versions: 3.5.3
> Reporter: Shawn Heisey
> Priority: Major
>
> The eclipse build target downloads a component from sourceforge. It does
> this download with http, but sourceforge now requires https downloads. The
> sourceforge page redirects to https, but ant is refusing to follow the
> redirect because it changes protocol.
> The download in build.xml just needs to be changed to https and it will work.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)