From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: [disumu@x3y2z1.net: URL not following some 302 redirects after recent changes] Date: Sun, 24 Dec 2006 19:43:27 -0500 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: dough.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1167007625 519 80.91.229.10 (25 Dec 2006 00:47:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 25 Dec 2006 00:47:05 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 25 01:47:04 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1GydzU-0002GW-OZ for ged-emacs-devel@m.gmane.org; Mon, 25 Dec 2006 01:46:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GydzU-0007OL-9v for ged-emacs-devel@m.gmane.org; Sun, 24 Dec 2006 19:46:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GydwG-0004W5-5b for emacs-devel@gnu.org; Sun, 24 Dec 2006 19:43:36 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GydwF-0004Uz-A4 for emacs-devel@gnu.org; Sun, 24 Dec 2006 19:43:35 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GydwF-0004Ui-4c for emacs-devel@gnu.org; Sun, 24 Dec 2006 19:43:35 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GydwE-0000p8-Nd for emacs-devel@gnu.org; Sun, 24 Dec 2006 19:43:34 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1Gydw7-0002SM-5B; Sun, 24 Dec 2006 19:43:27 -0500 Original-To: emacs-devel@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:64233 Archived-At: Does this still fail? If so, would someone please fix it? Please ack when it is fixed. ------- Start of forwarded message ------- Date: Wed, 22 Nov 2006 03:35:17 +0100 From: Diane Murray To: emacs-devel@gnu.org Subject: URL not following some 302 redirects after recent changes X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=failed version=3.0.4 Sometime after 2006-10-26 URL redirects stopped working correctly (Emacs CVS of 2006-09-19 and 2006-10-26 works, 2006-10-31 and 2006-11-19 don't work), perhaps due to changes made in revision 1.36 of url-http.el. For example, returns the following headers, but `url-retrieve' runs the callback function instead of first retrieving the new location: HTTP/1.0 302 Redirected Date: Fri, 17 Nov 2006 17:50:59 GMT Server: Araneida/0.84 Connection: close Content-Type: text/html Last-Modified: Fri, 17 Nov 2006 17:50:59 GMT Location: http://www.cliki.net/CLiki Pragma: no-cache Expires: Fri, 30 Oct 1998 14:19:41 GMT The above-mentioned working versions retrieve the redirected URL correctly. _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel ------- End of forwarded message -------