From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: bug#11981: 24.1.50; url-http-parse-headers should not disable file name handlers since it breaks auth-source Date: Thu, 19 Jul 2012 04:55:54 -0400 Message-ID: References: <87eho8didj.fsf@engster.org> <87394otg13.fsf@gmx.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1342688825 3565 80.91.229.3 (19 Jul 2012 09:07:05 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 19 Jul 2012 09:07:05 +0000 (UTC) Cc: 11981@debbugs.gnu.org, David Engster To: Michael Albinus Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Jul 19 11:07:02 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SrmhJ-00022S-NY for geb-bug-gnu-emacs@m.gmane.org; Thu, 19 Jul 2012 11:07:01 +0200 Original-Received: from localhost ([::1]:45606 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SrmhI-0000UY-KO for geb-bug-gnu-emacs@m.gmane.org; Thu, 19 Jul 2012 05:07:00 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:45596) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SrmhF-0000UE-J5 for bug-gnu-emacs@gnu.org; Thu, 19 Jul 2012 05:06:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Srmh9-0004mA-R8 for bug-gnu-emacs@gnu.org; Thu, 19 Jul 2012 05:06:57 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:39975) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Srmh9-0004m6-Nc for bug-gnu-emacs@gnu.org; Thu, 19 Jul 2012 05:06:51 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1Srmn7-0004NN-MN for bug-gnu-emacs@gnu.org; Thu, 19 Jul 2012 05:13:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 19 Jul 2012 09:13:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 11981 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 11981-submit@debbugs.gnu.org id=B11981.134268917116803 (code B ref 11981); Thu, 19 Jul 2012 09:13:01 +0000 Original-Received: (at 11981) by debbugs.gnu.org; 19 Jul 2012 09:12:51 +0000 Original-Received: from localhost ([127.0.0.1]:49521 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Srmmw-0004Mx-Sk for submit@debbugs.gnu.org; Thu, 19 Jul 2012 05:12:51 -0400 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:46908) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Srmmu-0004Mq-7A for 11981@debbugs.gnu.org; Thu, 19 Jul 2012 05:12:49 -0400 Original-Received: from fmsmemgm.homelinux.net (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id q6J96YHo010227; Thu, 19 Jul 2012 05:06:35 -0400 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id 35E79AECB4; Thu, 19 Jul 2012 04:55:54 -0400 (EDT) In-Reply-To: <87394otg13.fsf@gmx.de> (Michael Albinus's message of "Thu, 19 Jul 2012 08:35:04 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV4283=0 X-NAI-Spam-Version: 2.2.0.9309 : core <4283> : streams <787121> : uri <1169174> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:62149 Archived-At: >> However, this workaraound assumes that everything that gets afterwards >> in the `let'-section does not depend on file name handlers. However, >> this is not the case: `url-http-handle-authentication' is called which >> in turn calls the auth-source package. This package however supports >> encrypted authinfo files which have to be automatically decrypted >> through `auto-encryption-mode'. This, of course, works through file name >> handlers. > Does it work, if Tramp is disabled instead? I think I'd first like to better understand bug#6717: why do we take a local part of a URL, let it start with / and then pass it to file-name-directory? That sounds like a problem in itself. Stefan