From 606c54401cafc088c7c6f8b02eff67bf3f6ba18c Mon Sep 17 00:00:00 2001 From: Willy Kloucek Date: Tue, 28 Sep 2021 18:14:06 +0200 Subject: [PATCH] squash redirect changelog item --- .../unreleased/fix-redirect-invalid-links-to-oC-web.md | 6 ------ changelog/unreleased/redirect-invalid-links-to-oC-web.md | 1 + 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 changelog/unreleased/fix-redirect-invalid-links-to-oC-web.md diff --git a/changelog/unreleased/fix-redirect-invalid-links-to-oC-web.md b/changelog/unreleased/fix-redirect-invalid-links-to-oC-web.md deleted file mode 100644 index 02e498ccc3..0000000000 --- a/changelog/unreleased/fix-redirect-invalid-links-to-oC-web.md +++ /dev/null @@ -1,6 +0,0 @@ -Bugfix: redirect invalid links to oC Web - -Invalid links ending with a slash(eg. https://foo.bar/index.php/apps/pdfviewer/) have not been redirected to ownCloud Web. Instead the former 404 not found status page was displayed. - -https://github.com/owncloud/ocis/pull/2493 -https://github.com/owncloud/ocis/pull/2512 diff --git a/changelog/unreleased/redirect-invalid-links-to-oC-web.md b/changelog/unreleased/redirect-invalid-links-to-oC-web.md index a7b17cf10b..290bec512c 100644 --- a/changelog/unreleased/redirect-invalid-links-to-oC-web.md +++ b/changelog/unreleased/redirect-invalid-links-to-oC-web.md @@ -3,3 +3,4 @@ Enhancement: redirect invalid links to oC Web Invalid links (eg. https://foo.bar/index.php/apps/pdfviewer) will be redirect to ownCloud Web instead of displaying a blank page with a "not found" message. https://github.com/owncloud/ocis/pull/2493 +https://github.com/owncloud/ocis/pull/2512