From fb04413bfce4f910509ba0cce60dea124b0f1a16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 9 Aug 2020 10:17:29 +0200 Subject: =?UTF-8?q?Can=20create=20events=20with=20=C3=A5=C3=A4=C3=B6=20aga?= =?UTF-8?q?in.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module/entry-points/server.scm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'module/entry-points') diff --git a/module/entry-points/server.scm b/module/entry-points/server.scm index 054c8cbd..7a753b8b 100644 --- a/module/entry-points/server.scm +++ b/module/entry-points/server.scm @@ -61,6 +61,9 @@ (cdr (scandir dir)))))) +;; TODO ensure encoding on all fields which take user provided data. +;; Possibly a fallback which strips everything unknown, and treats +;; the bytevector as ascii. (define (make-make-routes) (make-routes -- cgit v1.2.3