]> git.eshelyaron.com Git - emacs.git/commit
Don't infloop in url.el when sending invalid basic auth
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 26 Jul 2019 08:55:39 +0000 (10:55 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 26 Jul 2019 08:55:45 +0000 (10:55 +0200)
commit64b469f6ae8173116ec948ac43cd44efe4b5a221
treea2da0a12881eb88fd3df868837bc5f5a97045374
parentf462fcd1ff60d0abf780bafe11a8f228b4fffab2
Don't infloop in url.el when sending invalid basic auth

* lisp/url/url-http.el (url-http-handle-authentication): Bail out
if the wrong credentials were passed to the server instead of
inflooping (bug#27022).
lisp/url/url-http.el