1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-05 22:20:24 -08:00
emacs/lisp/url
Steven Allen 5d11ee9f54 Lookup cached basic-auth credentials with the correct key
Credentials cached in 'url-basic-auth-storage' are keyed by
"server:port", but were being looked up by just "server" in
'url-basic-auth'.
* lisp/url/url-auth.el (url-basic-auth): Lookup cached basic auth
credentials by "server:port".  (Bug#79486)

* test/lisp/url/url-auth-tests.el (url-auth-test-auth-retrieve-cache):
Check the digest auth test-cases cache retrieval test cases against the
basic auth logic.
2025-11-08 19:21:10 +02:00
..
ChangeLog.1
url-auth.el Lookup cached basic-auth credentials with the correct key 2025-11-08 19:21:10 +02:00
url-cache.el
url-cid.el
url-cookie.el
url-dav.el
url-domsuf.el
url-expand.el
url-file.el
url-ftp.el
url-future.el
url-gw.el
url-handlers.el
url-history.el
url-http.el Emulate dynamic binding of 'url-max-redirections' 2025-08-09 15:47:26 +03:00
url-imap.el
url-irc.el
url-ldap.el
url-mailto.el
url-methods.el
url-misc.el
url-news.el
url-nfs.el
url-parse.el
url-privacy.el
url-proxy.el
url-queue.el
url-tramp.el
url-util.el url: %-encode literal % characters when building query strings 2025-08-02 16:49:52 +03:00
url-vars.el
url.el