cs3org / reva

WebDAV/gRPC/HTTP high performance server to link high level clients to storage backends
https://reva.link
Apache License 2.0
165 stars 113 forks source link

fix: quotes placement in content-disposition header #4747

Closed JammingBen closed 1 week ago

JammingBen commented 1 week ago

Fixes the placement of the quotes in the dav Content-Disposition header. The misplacement caused an issue where certain browsers would decode the quotes and falsely prepend them to the filename.

refs https://github.com/owncloud/web/issues/11031