From 937c41fd17d553ddfc0d8f140867c252ec113ccb Mon Sep 17 00:00:00 2001 From: Jesse Wright <63333554+jeswr@users.noreply.github.com> Date: Wed, 21 Jun 2023 18:45:47 +1000 Subject: [PATCH] chore: Name HTTP handlers * chore: name http handlers * Update config/http/handler/simple.json Co-authored-by: Joachim Van Herwegen --------- Co-authored-by: Joachim Van Herwegen --- config/http/handler/default.json | 1 + config/http/handler/simple.json | 1 + 2 files changed, 2 insertions(+) diff --git a/config/http/handler/default.json b/config/http/handler/default.json index b5be5b6ad..5d1740737 100644 --- a/config/http/handler/default.json +++ b/config/http/handler/default.json @@ -12,6 +12,7 @@ "handlers": [ { "@id": "urn:solid-server:default:Middleware" }, { + "@id": "urn:solid-server:default:BaseHttpHandler", "@type": "WaterfallHandler", "handlers": [ { "@id": "urn:solid-server:default:StaticAssetHandler" }, diff --git a/config/http/handler/simple.json b/config/http/handler/simple.json index 39bf25009..da53d12d7 100644 --- a/config/http/handler/simple.json +++ b/config/http/handler/simple.json @@ -11,6 +11,7 @@ "handlers": [ { "@id": "urn:solid-server:default:Middleware" }, { + "@id": "urn:solid-server:default:BaseHttpHandler", "@type": "WaterfallHandler", "handlers": [ { "@id": "urn:solid-server:default:StaticAssetHandler" },