Hey all, I'm currently using Servlets (in fact Struts Actions, but my problem is also reproducable with Servlets) to serve binary content stored into a database. Mainly images, pdf files, flash videos, office documents and such. I would like to display the content through the browser when possible, and let the users download the content otherwise. Everything works fine until the ...