From ea85301da18a374f7f8eab7112e921f6d49ad887 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 7 Aug 2026 19:55:29 +0100 Subject: Explicitly pass root to httpd-gen-path. Since simple-httpd 1.6, httpd-gen-path requires an explicit root argument. It no longer uses httpd-root. --- ennum.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ennum.el') diff --git a/ennum.el b/ennum.el index 5d44551..b64d8bf 100644 --- a/ennum.el +++ b/ennum.el @@ -917,7 +917,7 @@ as keys. Keys are compared using `equal'." (ennum-setting :working-directory))) (defun httpd/ (proc uri-path _query request) (let* ((uri-path (httpd-unhex uri-path)) - (file-path (httpd-gen-path uri-path))) + (file-path (httpd-gen-path uri-path httpd-root))) (cond ;; If a HTML file other than index.html was requested, reject ;; that request. -- cgit 1.4.1