mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-07-23 14:04:44 -04:00
An archive download of a single folder was always named "download.zip" until the handler resolved the resource name for the Content-Disposition header (https://github.com/opencloud-eu/reva/pull/661). Add a scenario asserting the archive of a folder carries a Content-Disposition filename of the folder, reusing the archiver download step and the header-regex assertion. Verified red->green on posix and decomposed: red on an opencloud built on a reva with the change reverted (the archive is "download.zip"), green on the shipped reva.