I know how to set content-disposition header for dynamic requests, but how to set it for static files.
Problem is that GAE java production version automatically sets to attachment content-disposition for static file requests (btw default local development content-disposition is inline), but I need to set it to inline.
Now when somebody tries to open static pdf file browser automatically starts download instead to try to open it in new tab.