]> git.eshelyaron.com Git - emacs.git/commit
Make the url file: handler be less clever
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 13 Apr 2018 22:08:26 +0000 (00:08 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 13 Apr 2018 22:08:26 +0000 (00:08 +0200)
commite442879b5a963a6eb37403fe09f476e7ee8e0f55
tree437d2e5fa91a7004d999361a9ce5af0f2968de3b
parent4575ae5a9c5589ac903362486951f0d36c8ff8ee
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.
doc/misc/url.texi
etc/NEWS
lisp/url/url-file.el