Received: (at submit) by bugs.debian.org; 7 Dec 2000 13:50:10 +0000 From lee@hexkey.org Thu Dec 07 07:50:09 2000 Return-path: Received: from enzo.hexkey.org [212.25.240.42] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 1441R2-0003Da-00; Thu, 07 Dec 2000 07:50:08 -0600 Received: from lee by enzo.hexkey.org with local (Exim 3.16) id 1441SW-0004GZ-00; Thu, 07 Dec 2000 13:51:40 +0000 Date: Thu, 7 Dec 2000 13:51:40 +0000 From: Lee Maguire To: Debian Bug Tracking System Subject: http method should support HTTP redirects Message-ID: <20001207135140.A16298@enzo.hexkey.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Reportbug-Version: 1.7 Delivered-To: submit@bugs.debian.org Package: apt Version: 0.3.19 Severity: wishlist The http apt method doesn't appear to support HTTP redirection codes, i.e. when recieving 301 (Permanent Redirect) or 302 (Temp) code it gives back "Err". I can see this facility to be desirable in several instances, including - temp redirects when mirrors are in the process of being updated or undergoing maintainance. - redirects to software that is stored in .deb format, but not in an apt-able archive. See [RFC2068 10.3]