From 41c7d46ff993c4249f898859ded29594049facb3 Mon Sep 17 00:00:00 2001 From: Gianmaria Del Monte Date: Fri, 19 Nov 2021 10:09:53 +0100 Subject: [PATCH] Add changelog --- changelog/unreleased/fix-archiver-errors.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/unreleased/fix-archiver-errors.md diff --git a/changelog/unreleased/fix-archiver-errors.md b/changelog/unreleased/fix-archiver-errors.md new file mode 100644 index 0000000000..5ee3bd00d8 --- /dev/null +++ b/changelog/unreleased/fix-archiver-errors.md @@ -0,0 +1,7 @@ +Bugfix: Fix HTTP return code when path is invalid + +Before when a path was invalid, the archiver returned a +500 error code. +Now this is fixed and returns a 404 code. + +https://github.com/cs3org/reva/pull/2294 \ No newline at end of file