Your message dated Sat, 9 Aug 2003 00:24:52 -0400
with message-id <[EMAIL PROTECTED]>
and subject line #111987: apt should convert % -> %25 in http urls
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 11 Sep 2001 12:36:50 +0000
>From [EMAIL PROTECTED] Tue Sep 11 07:36:50 2001
Return-path: <[EMAIL PROTECTED]>
Received: from debian.fsn.hu [193.224.40.15]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 15gmmY-00062r-00; Tue, 11 Sep 2001 07:36:50 -0500
Received: from debian.fsn.hu (localhost [127.0.0.1])
by localhost (8.12.0.Beta19/8.12.0.Beta19/Debian 8.12.0.Beta19) with
ESMTP id f8BCb1WX013063
for <[EMAIL PROTECTED]>; Tue, 11 Sep 2001 14:37:01 +0200
Received: (from [EMAIL PROTECTED])
by debian.fsn.hu (8.12.0.Beta19/8.12.0.Beta19/Debian 8.12.0.Beta19) id
f8BCb08T013061
for [EMAIL PROTECTED]; Tue, 11 Sep 2001 14:37:00 +0200
Date: Tue, 11 Sep 2001 14:37:00 +0200
From: RISKO Gergely <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: apt should convert % -> %25 in http urls
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.20i
Delivered-To: [EMAIL PROTECTED]
Package: apt
Version: 0.5.4
Severity: wishlist
Apt should convert % -> %25 in http urls, I know that it is prohibited by
policy, but if somebody have to do it (for various reasons), it will only
work with file, ftp, but not with http.
Thanks,
Gergely
---------------------------------------
Received: (at 111987-done) by bugs.debian.org; 9 Aug 2003 04:24:55 +0000
>From [EMAIL PROTECTED] Fri Aug 08 23:24:53 2003
Return-path: <[EMAIL PROTECTED]>
Received: from smtp01.mrf.mail.rcn.net [207.172.4.60]
by master.debian.org with esmtp (Exim 3.35 1 (Debian))
id 19lLHh-0003Lj-00; Fri, 08 Aug 2003 23:24:53 -0500
Received: from 216-15-124-77.c3-0.smr-ubr3.sbo-smr.ma.cable.rcn.com
([216.15.124.77] helo=mizar.alcor.net)
by smtp01.mrf.mail.rcn.net with esmtp (Exim 3.35 #4)
id 19lLHh-00076w-00
for [EMAIL PROTECTED]; Sat, 09 Aug 2003 00:24:53 -0400
Received: from mdz by mizar.alcor.net with local (Exim 3.36 #1 (Debian))
id 19lLHh-0001zK-00
for <[EMAIL PROTECTED]>; Sat, 09 Aug 2003 00:24:53 -0400
Date: Sat, 9 Aug 2003 00:24:52 -0400
From: Matt Zimmerman <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: #111987: apt should convert % -> %25 in http urls
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.4i
Sender: Matt Zimmerman <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-3.0 required=4.0
tests=BAYES_01,USER_AGENT_MUTT
version=2.53-bugs.debian.org_2003_07_20
X-Spam-Level:
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_07_20
(1.174.2.15-2003-03-30-exp)
RFC1738:
"The character "%" is unsafe because..."
"All unsafe characters must always be encoded within a URL."
A URL cannot contain unescaped "%" characters; they must be escaped. apt
would have no way to discern between a "%" meant literally and a "%" which
begins an escape sequence, so it could not do this job even if it wanted to.
--
- mdz