[
https://issues.apache.org/jira/browse/NUTCH-2679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16719008#comment-16719008
]
Yossi Tamari commented on NUTCH-2679:
-------------------------------------
I'm not sure what the problem here is, but Ant Get does follow redirects for
me. it outputs:
{noformat}
[get]
https://downloads.sourceforge.net/project/ant-eclipse/ant-eclipse/1.0/ant-eclipse-1.0.bin.tar.bz2
moved to
https://netcologne.dl.sourceforge.net/project/ant-eclipse/ant-eclipse/1.0/ant-eclipse-1.0.bin.tar.bz2
{noformat}
and the file is downloaded.
(There may be an issue with redirects across different protocols, but this is
not the case here.)
> "ant eclipse" failed as eclipse binary is moved
> -----------------------------------------------
>
> Key: NUTCH-2679
> URL: https://issues.apache.org/jira/browse/NUTCH-2679
> Project: Nutch
> Issue Type: Test
> Components: build
> Affects Versions: 1.15
> Reporter: dhirajforyou
> Priority: Major
>
>
> curl -I
> "https://downloads.sourceforge.net/project/ant-eclipse/ant-eclipse/1.0/ant-eclipse-1.0.bin.tar.bz2"
> HTTP/1.1 302 Found
> Server: nginx/1.13.12
> Date: Wed, 12 Dec 2018 10:32:28 GMT
> Content-Type: text/html; charset=UTF-8
> Connection: keep-alive
> Content-Disposition: attachment; filename="ant-eclipse-1.0.bin.tar.bz2"
> Set-Cookie:
> sf_mirror_attempt="ant-eclipse:liquidtelecom:ant-eclipse/1.0/ant-eclipse-1.0.bin.tar.bz2";
> Max-Age=120; Path=/; expires=Wed, 12-Dec-2018 10:34:28 GMT
> Location:
> [https://liquidtelecom.dl.sourceforge.net/project/ant-eclipse/ant-eclipse/1.0/ant-eclipse-1.0.bin.tar.bz2]
>
> so the eclipse binary src need to be changed.
>
> @ [~wastl-nagel] @ [~lewismc]
> last time we changed http to https and this time url got changed.
> can you suggest the best to overcome this.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)