]> git.eshelyaron.com Git - emacs.git/commit
Normalize URL path correctly for http
authorRobert Pluim <rpluim@gmail.com>
Tue, 10 Jun 2025 07:52:39 +0000 (09:52 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 18 Jun 2025 08:10:57 +0000 (10:10 +0200)
commit04fcca7abd7556f98affc145647821b6dc4948b8
treee021230ba342bcaa4fc36f87d751db5cd74a8588
parenta734faeaf54f2f919a02e74c802b5577e75a6360
Normalize URL path correctly for http

* lisp/url/url-http.el (url-http-create-request): Prepend "/" if
it's missing from the filename.  (Bug#78640)

(cherry picked from commit 7e62c2cf3aadb52397bcff8439d00084cd36afa0)
lisp/url/url-http.el