As a consequence of BAM-402, when a user clicks on a build artifact, it will always be downloaded, rather than displayed in the browser.
This is not appropriate for all artifact types.
We should set the Content-Disposition header to "inline" for text, image, audio & video Content-Types, so that they are displayed in the browser, when possible.