From 6bbdca2d1600b2403022b0bb96dc23d43282c69c Mon Sep 17 00:00:00 2001 From: JanAckermann Date: Mon, 25 Apr 2022 11:36:09 +0200 Subject: [PATCH] Fix wrong changelog --- changelog/unreleased/39797 | 9 +++++++-- changelog/unreleased/40013 | 3 +++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/changelog/unreleased/39797 b/changelog/unreleased/39797 index 37d8fa4319c8..bf112fe6f9f1 100644 --- a/changelog/unreleased/39797 +++ b/changelog/unreleased/39797 @@ -1,3 +1,8 @@ -Enhancement: Expose user type of share receiver in share api +Bugfix: Fix wrong formatted XML in public-files dav endpoint -https://github.com/owncloud/core/pull/40013 +Previously, trying to perform a PROPFIND over the public-files endpoint +could cause an exception to be thrown, which would generate a wrong formatted +XML response. Now, the XML response is properly formatted and can be parsed +without problems. + +https://github.com/owncloud/core/pull/39797 diff --git a/changelog/unreleased/40013 b/changelog/unreleased/40013 index e69de29bb2d1..37d8fa4319c8 100644 --- a/changelog/unreleased/40013 +++ b/changelog/unreleased/40013 @@ -0,0 +1,3 @@ +Enhancement: Expose user type of share receiver in share api + +https://github.com/owncloud/core/pull/40013