Skip to content

browse: Use django FileResponse in browse-content-raw view

Instead of manually setting some HTTP headers, prefer to use django FileResponse class that set those.

It fixes the download of raw files with non ascii filenames.

Fixes SWH-WEBAPP-3YS.


Migrated from D8836 (view on Phabricator)

Merge request reports