Return-Path: X-Original-To: apmail-camel-issues-archive@minotaur.apache.org Delivered-To: apmail-camel-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C817918F58 for ; Sun, 15 Nov 2015 07:09:15 +0000 (UTC) Received: (qmail 31093 invoked by uid 500); 15 Nov 2015 07:09:15 -0000 Delivered-To: apmail-camel-issues-archive@camel.apache.org Received: (qmail 31057 invoked by uid 500); 15 Nov 2015 07:09:15 -0000 Mailing-List: contact issues-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list issues@camel.apache.org Received: (qmail 31048 invoked by uid 99); 15 Nov 2015 07:09:15 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Nov 2015 07:09:15 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 4DB592C1F5E for ; Sun, 15 Nov 2015 07:09:13 +0000 (UTC) Date: Sun, 15 Nov 2015 07:09:13 +0000 (UTC) From: "Claus Ibsen (JIRA)" To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CAMEL-9308) Suggestion for download page MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CAMEL-9308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15005770#comment-15005770 ] Claus Ibsen commented on CAMEL-9308: ------------------------------------ Ah so are you saying we should append &action=download to our download links, eg so eg {code} http://www.apache.org/dyn/closer.lua/camel/apache-camel/2.16.0/apache-camel-2.16.0.tar.gz {code} becomes {code} http://www.apache.org/dyn/closer.lua/camel/apache-camel/2.16.0/apache-camel-2.16.0.tar.gz?action=download {code} > Suggestion for download page > ---------------------------- > > Key: CAMEL-9308 > URL: https://issues.apache.org/jira/browse/CAMEL-9308 > Project: Camel > Issue Type: Improvement > Components: website > Environment: http://camel.apache.org/download.html > Reporter: Sebb > > At present the download page uses the generic ASF mirror page for downloading the release files. > This works fine, but requires an extra step for the user who has to click on one of the mirror links. > The closer.lua script also supports a redirect option as follows: > www.apache.org/dyn/closer.lua?filename=camel/apache-camel/2.15.4/apache-camel-2.15.4.zip&action=download > The disadvantage is that the mirror cannot be selected by the user in case of problems with the initial choice. However the mirrors are chosen randomly each time the closer.lua script is used, so a simple retry should resolve the issue. -- This message was sent by Atlassian JIRA (v6.3.4#6332)