GNU bug report logs - #10478
24.0.50; url-http-parse-headers can silently drop the response when handling BASIC AUTHENTICATION

Previous Next

Package: emacs;

Reported by: Jerry Asher <jerry.asher <at> gmail.com>

Date: Wed, 11 Jan 2012 07:11:01 UTC

Severity: normal

Tags: confirmed, moreinfo

Found in version 24.0.50

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


Message #39 received at 10478 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: jerry.asher <at> gmail.com, deng <at> randomsample.de, 10478 <at> debbugs.gnu.org
Subject: Re: bug#10478: 24.0.50; url-http-parse-headers can silently drop
 the response when handling BASIC AUTHENTICATION
Date: Tue, 24 Sep 2019 10:15:26 +0300
> From: Lars Ingebrigtsen <larsi <at> gnus.org>
> Cc: Jerry Asher <jerry.asher <at> gmail.com>,  Eli Zaretskii <eliz <at> gnu.org>,
>   10478 <at> debbugs.gnu.org
> Date: Tue, 24 Sep 2019 08:55:10 +0200
> 
> (pop-to-buffer (url-retrieve-synchronously "https://jigsaw.w3.org/HTTP/Basic/"))
> 
> the user name/password is guest/guest.  I'm prompted for that, and the
> buffer I'm popped to is the "your browser made it" buffer, so it seems
> to work for me?
> 
> Does it work for you, too?

Seems to work.  I end up in a buffer named " *http jigsaw.w3.org:443*-264606"
(the minus seems weird, perhaps an unrelated misfeature), whose
contents is the entire response from the server, starting with

  HTTP/1.1 200 OK
  date: Tue, 24 Sep 2019 07:11:23 GMT
  content-length: 458
  content-location: https://jigsaw.w3.org/HTTP/Basic/ok.html
  content-type: text/html
  etag: "1lkdfte:qoguo8q8"
  last-modified: Sun, 25 Jun 2000 17:08:58 GMT
  server: Jigsaw/2.3.0-beta3

and ending with this:

  <P>
  <HR>
  <P>Your browser made it!
    </body>
  </html>

Is this what you see?




This bug report was last modified 5 years and 246 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.