Your message dated Tue, 24 May 2005 21:02:37 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#310453: fixed in w3-url-e21 2001.11.08-8
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; 23 May 2005 17:19:44 +0000
>From [EMAIL PROTECTED] Mon May 23 10:19:44 2005
Return-path: <[EMAIL PROTECTED]>
Received: from postfix3-1.free.fr [213.228.0.44]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DaGad-0003AR-00; Mon, 23 May 2005 10:19:43 -0700
Received: from odin.free.fr (chv78-1-82-233-241-49.fbx.proxad.net
[82.233.241.49])
by postfix3-1.free.fr (Postfix) with ESMTP id 1727A17348D;
Mon, 23 May 2005 19:19:42 +0200 (CEST)
From: Thierry Emery <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: w3-url-e21: url-http does not propagate redirected URL as callback
argument
X-Sender: [EMAIL PROTECTED]
X-Mailer: Mule [EMAIL PROTECTED]
X-Accept-Language: fr, en, es, ja
MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka")
Content-Type: multipart/mixed;
boundary="Multipart_Mon_May_23_19:20:04_2005-1"
Date: Mon, 23 May 2005 19:20:05 +0200
Message-ID: <[EMAIL PROTECTED]>
User-Agent: T-gnus/6.17.3 (based on No Gnus v0.3) SEMI/1.14.6
(Maruoka)FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 Emacs/22.0.50
(gnu/linux) MULE/5.0 (SAKAKI)
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
--Multipart_Mon_May_23_19:20:04_2005-1
Content-Type: text/plain; charset=US-ASCII
Package: w3-url-e21
Version: 2001.11.08-7
Severity: normal
Tags: patch
url-retrieve is called on a "directory" URL without the ending "/" (and
a callback function). The Web server returns a redirection status
(e.g. "301") and the full URL (with the ending "/").
url-http-parse-headers calls url-retrieve with the redirected URL as
first argument, but this redirected URL is not passed on as a callback
argument. The callback function is then called with the original URL
(without the ending "/"). As a consequence, any relative URLs inside
the retrieved document are misinterpreted by the calling package.
N.B. I have also reported this as a GNU Emacs bug, however as w3-url-e21
is not derived from the CVS GNU Emacs URL package, i submit it here
as well.
For Debian GNU/Linux, this bug notably affects the use of the w3-el-e21
package (as reported by Tim X on gnu.emacs.help in thread "Emacs 21
and w3 on Debian"), e.g.:
/usr/bin/emacs -q
M-x w3-fetch
http://www.une.edu.au/itd
then click on "About ITD" -> several images are not found and all
relative links inside the page are unusable as they are expanded wrt
http://www.une.edu.au/ instead of http://www.une.edu.au/itd/
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11.3-20050315121628
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Versions of packages w3-url-e21 depends on:
ii emacs21 21.4a-1 The GNU Emacs editor
--Multipart_Mon_May_23_19:20:04_2005-1
Content-Type: text/plain; charset="US-ASCII"
Content-Disposition: attachment; filename="url-patch-for-redirection"
Content-Transfer-Encoding: 7bit
--- url-http.el.debian 2003-02-06 01:31:50.000000000 +0100
+++ url-http.el 2005-05-23 17:45:15.000000000 +0200
@@ -461,7 +461,8 @@
(url-request-data url-http-data)
(url-request-extra-headers url-http-extra-headers))
(url-retrieve redirect-uri url-callback-function
- url-callback-arguments)
+ (list redirect-uri) ;;url-callback-arguments
+ )
(url-mark-buffer-as-dead (current-buffer))))))
((= class 4) ; Client error
;; 400 Bad Request
--Multipart_Mon_May_23_19:20:04_2005-1--
---------------------------------------
Received: (at 310453-close) by bugs.debian.org; 25 May 2005 01:09:24 +0000
>From [EMAIL PROTECTED] Tue May 24 18:09:24 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DakOi-00074E-00; Tue, 24 May 2005 18:09:24 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DakI9-0000qM-00; Tue, 24 May 2005 21:02:37 -0400
From: Ben Pfaff <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#310453: fixed in w3-url-e21 2001.11.08-8
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 24 May 2005 21:02:37 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Source: w3-url-e21
Source-Version: 2001.11.08-8
We believe that the bug you reported is fixed in the latest version of
w3-url-e21, which is due to be installed in the Debian FTP archive:
w3-url-e21_2001.11.08-8.diff.gz
to pool/main/w/w3-url-e21/w3-url-e21_2001.11.08-8.diff.gz
w3-url-e21_2001.11.08-8.dsc
to pool/main/w/w3-url-e21/w3-url-e21_2001.11.08-8.dsc
w3-url-e21_2001.11.08-8_all.deb
to pool/main/w/w3-url-e21/w3-url-e21_2001.11.08-8_all.deb
w3-url-lisp_2001.11.08-8_all.deb
to pool/main/w/w3-url-e21/w3-url-lisp_2001.11.08-8_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Ben Pfaff <[EMAIL PROTECTED]> (supplier of updated w3-url-e21 package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Format: 1.7
Date: Tue, 24 May 2005 17:45:09 -0700
Source: w3-url-e21
Binary: w3-url-lisp w3-url-e21
Architecture: source all
Version: 2001.11.08-8
Distribution: unstable
Urgency: low
Maintainer: Ben Pfaff <[EMAIL PROTECTED]>
Changed-By: Ben Pfaff <[EMAIL PROTECTED]>
Description:
w3-url-e21 - URL library for use by w3-el-e21
w3-url-lisp - URL library for use by w3-el-e21 (Lisp source)
Closes: 310453
Changes:
w3-url-e21 (2001.11.08-8) unstable; urgency=low
.
* Make url-http propagate redirected URL as callback argument. Bug and
patch from Thierry Emery <[EMAIL PROTECTED]>. Closes: #310453.
Files:
e62c93d3e3421ab3fe4d176476b471fe 904 web optional w3-url-e21_2001.11.08-8.dsc
02ea811e99896baadfe6f9a45bacf267 3190 web optional
w3-url-e21_2001.11.08-8.diff.gz
2edaf16c031b2eff8575f465af36fd03 68528 web optional
w3-url-lisp_2001.11.08-8_all.deb
f3825e5046c9f7378d732d4ee4dc83c0 62030 web optional
w3-url-e21_2001.11.08-8_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
iQEVAwUBQpPK77f2jhx5fmQdAQE9rgf+KKH3AaI6iajXCMVeLij0Af3//NVRwj/1
lcjz9nHt2z5tCg4kw8LnCKPoQX2ZSbxIJmPkL0d238PLD2StkfHo8k5Sy3so3Erd
gNwvj2p5Wp0JQ+EWGTTHqtUPiiJGEilO93T5XDmapw/zsYMHtPFru0y0+g4MSmAg
ttvvCTrWTiDSlCnN0PrGvswcD2S2K8AOTvSN5e9MtLWt9MiGQVQNIoUGo3pNQ7Q8
5dIS3tBDzPmOMnnrLtGuPROReaaTnjDcooUP7pXUuBK+1ciFT24fxduG8VRz4cvf
ElCNrVpxFcNggmwxcXTElPB/Wrl18dovJpaRQRhCujrqElM1EdJ8kg==
=JSYr
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]