From notifications-return-31846-archive-asf-public=cust-asf.ponee.io@ant.apache.org Tue Aug 7 10:42:07 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id D56BC180657 for ; Tue, 7 Aug 2018 10:42:06 +0200 (CEST) Received: (qmail 98638 invoked by uid 500); 7 Aug 2018 08:42:01 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 98628 invoked by uid 99); 7 Aug 2018 08:42:00 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Aug 2018 08:42:00 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 7049B1A1814 for ; Tue, 7 Aug 2018 08:42:00 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -10.301 X-Spam-Level: X-Spam-Status: No, score=-10.301 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, USER_IN_DEF_SPF_WL=-7.5] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id FbureVHHMUVX for ; Tue, 7 Aug 2018 08:41:59 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 1C6A25F490 for ; Tue, 7 Aug 2018 08:41:59 +0000 (UTC) Received: from asf-bz1-us-mid.priv.apache.org (nat1-us-mid.apache.org [23.253.172.122]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTPS id 68876E0D9F for ; Tue, 7 Aug 2018 08:41:58 +0000 (UTC) Received: by asf-bz1-us-mid.priv.apache.org (ASF Mail Server at asf-bz1-us-mid.priv.apache.org, from userid 33) id A849460018; Tue, 7 Aug 2018 08:41:57 +0000 (UTC) From: bugzilla@apache.org To: notifications@ant.apache.org Subject: [Bug 62499] Regression: redirection from HTTP to HTTPS is no longer supported by Get task Date: Tue, 07 Aug 2018 08:41:57 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ant X-Bugzilla-Component: Core tasks X-Bugzilla-Version: 1.9.12 X-Bugzilla-Keywords: X-Bugzilla-Severity: regression X-Bugzilla-Who: bsutton@noojee.com.au X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: notifications@ant.apache.org X-Bugzilla-Target-Milestone: 1.9.13 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bz.apache.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 https://bz.apache.org/bugzilla/show_bug.cgi?id=3D62499 --- Comment #2 from Brett Sutton --- From the thread I'm left uncertain whether this is a bug when redirecting f= rom http to https or also when directing from https to http. I'm unable to build tomcat when mirrors attempt to redirect from http to ht= tps. trydownload: [get] Getting: https://www.apache.org/dyn/closer.lua?action=3Ddownload&filename=3D/commons= /daemon/binaries/commons-daemon-1.1.0-bin.tar.gz [get] To: /root/tomcat-build-libs/download-1827083885.tar.gz [get] https://www.apache.org/dyn/closer.lua?action=3Ddownload&filename=3D/commons= /daemon/binaries/commons-daemon-1.1.0-bin.tar.gz moved to http://www.strategylions.com.au/mirror//commons/daemon/binaries/commons-dae= mon-1.1.0-bin.tar.gz BUILD FAILED /root/build_tomcat-with-ssl/parts/tomcat-with-ssl/build/build.xml:2628: The following error occurred while executing this line: /root/build_tomcat-with-ssl/parts/tomcat-with-ssl/build/build.xml:2934: The following error occurred while executing this line: /root/build_tomcat-with-ssl/parts/tomcat-with-ssl/build/build.xml:3050: Redirection detected from https to http. Protocol switch unsafe, not allowe= d. So is this the same bug that is being fixed or do I need to report a separa= te bug. Redirects of this nature appear to happen at random on a regular basis which makes building tomcat very hit and miss. --=20 You are receiving this mail because: You are the assignee for the bug.=