Skip to content

Fix files/blob api endpoint content disposition

What does this MR do?

In the current codebase the Content-Disposition is set to attachment, but this has brought some problems to users.

In order to fix this, we're following the same approach we apply with the RawController, let Workhorse determine the Content-Disposition. By default, the disposition is set to inline, and if Workhorse detects that the file content shouldn't be inlined it will change it to attachment.

What are the relevant issue numbers?

Closes #55882 (closed)

Does this MR meet the acceptance criteria?

Merge request reports