github.com/cs3org/reva/v2@v2.27.7/changelog/2.20.0_2024-06-19/fix-dav-headers.md (about)

     1  Bugfix: Duplicate headers in DAV responses
     2  
     3  We fixed an issue where the DAV response headers were duplicated. This was caused by the WebDav handler which copied over all headers from the datagateways response. Now, only the relevant headers are copied over to the DAV response to prevent duplication.
     4  
     5  https://github.com/cs3org/reva/pull/4711