i am trying to display a pdf in my browser with spring. my problem is that the browser downloads the file instead of displaying it. this is my code:
@RequestMapp
You are almost done. Just remove
headers.setContentDispositionFormData(filename, filename);
from your code block. It should be used when posting multipart/form-data to the server.