From 54f9505787f41764af868beef311a70bdd962fa8 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Fri, 20 Nov 2020 10:51:41 +0100 Subject: [PATCH] Add changelog --- changelog/unreleased/pkg-serve-index-html.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelog/unreleased/pkg-serve-index-html.md diff --git a/changelog/unreleased/pkg-serve-index-html.md b/changelog/unreleased/pkg-serve-index-html.md new file mode 100644 index 0000000000..24008e7d95 --- /dev/null +++ b/changelog/unreleased/pkg-serve-index-html.md @@ -0,0 +1,6 @@ +Bugfix: Serve index.html for directories + +The static middleware in ocis-pkg now serves index.html instead of returning 404 on paths with a trailing `/`. + +https://github.com/owncloud/ocis/pull/912 +https://github.com/owncloud/ocis-pkg/issues/63