1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-16 02:50:26 -08:00
emacs/lisp/url
Lars Ingebrigtsen e442879b5a Make the url file: handler be less clever
* doc/misc/url.texi (file/ftp): Remove mention of the
url-directory-index-file variable, which is no longer consulted.

* lisp/url/url-file.el (url-file-build-filename): Remove the DWIM
code from the file: handler (bug#30195): It would look for
index.html in a directory if we asked it to fetch the directory.
Determining what to do in a directory should be left up to the
programs that use this low-level library.  If the library decides
to load a different file than we specified, then things start
falling apart, as demonstrated by this bug report.
2018-04-14 00:08:26 +02:00
..
ChangeLog.1
url-about.el
url-auth.el Quieten url-auth.el compilation 2018-03-01 20:28:34 -05:00
url-cache.el
url-cid.el
url-cookie.el
url-dav.el
url-dired.el
url-domsuf.el
url-expand.el
url-file.el Make the url file: handler be less clever 2018-04-14 00:08:26 +02:00
url-ftp.el
url-future.el
url-gw.el
url-handlers.el * lisp/url/url-handlers.el: No need for subr-x at run-time. 2018-03-18 15:27:57 -07:00
url-history.el
url-http.el (url-http): Ensure that the referrer is all-ASCII 2018-04-13 16:41:13 +02: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-ns.el
url-parse.el
url-privacy.el
url-proxy.el
url-queue.el Change gnutls-verify-error to be first-match 2018-04-13 15:08:18 +02:00
url-tramp.el
url-util.el Make Unicode domain names work again in URL after recent changes 2018-04-13 16:38:10 +02:00
url-vars.el Update defcustom version for last patch to url-vars.el 2018-04-13 15:42:53 +02:00
url.el