1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -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 Allow nil as valid value for 'url-cookie-save-interval' 2025-05-17 11:26:23 +03:00
url-dav.el Prefer incf to cl-incf in remaining files 2025-02-26 02:57:03 +01:00
url-domsuf.el
url-expand.el
url-file.el
url-ftp.el
url-future.el
url-gw.el
url-handlers.el
url-history.el Remove redundant constant nil argument to gethash 2025-03-29 14:59:09 +01:00
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-parse.el: correct code for Windows paths (bug#76982) 2025-04-28 08:19:06 +02:00
url-privacy.el
url-proxy.el
url-queue.el * lisp/url/url-queue.el: Better compatibility with 'url-retrieve' 2025-07-26 12:17:18 +03:00
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