From afd4d54869bfaa08dadf47fc875273034e2215b0 Mon Sep 17 00:00:00 2001 From: Christian Richter Date: Tue, 6 Feb 2024 15:51:23 +0100 Subject: [PATCH] add changelog Signed-off-by: Christian Richter --- .../unreleased/bump-reva-for-content-disposition-header.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/unreleased/bump-reva-for-content-disposition-header.md diff --git a/changelog/unreleased/bump-reva-for-content-disposition-header.md b/changelog/unreleased/bump-reva-for-content-disposition-header.md new file mode 100644 index 0000000000..5c2cdbd7e3 --- /dev/null +++ b/changelog/unreleased/bump-reva-for-content-disposition-header.md @@ -0,0 +1,7 @@ +Bugfix: Fix Content-Deposition header for downloads + +We have fixed a bug that caused downloads to fail on Chromebased browsers when the filename contained special characters. + +https://github.com/owncloud/ocis/pull/8381 +https://github.com/owncloud/ocis/issues/8361 +https://github.com/cs3org/reva/pull/4498