]> git.eshelyaron.com Git - emacs.git/commit
Fix url-auth prompts when realm is empty
authorThomas Fitzsimmons <fitzsim@fitzsim.org>
Wed, 15 May 2019 04:14:21 +0000 (06:14 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 15 May 2019 04:14:21 +0000 (06:14 +0200)
commit4fa6029f7ee30aa3316d6d73db61462730042908
treece30e4d1fedbd1801018a986fdd03534307065d4
parente3fbe04cbcfecbf3c8b6c8686a2612dbd4b6386a
Fix url-auth prompts when realm is empty

* lisp/url/url-auth.el (url-get-authentication): When realm is
empty, use the entire URL in the prompt (bug#35688).
lisp/url/url-auth.el