sbrummer
Aug 13th, 2007, 11:18 AM
Hello,
I am trying to use various static PDF files as the resulting Controller view in a Spring MVC implementation.
I can do a redirect to a publicly accessible PDF file in my Controller and it works great but I need the PDF files to be stored in an non public folder (i.e. “WEB-INF/pdf/myfoldername/myfilename.pdf”).
I can’t seem to find a configuration in the Spring viewResolver or other solution to make this happen.
Any thought or suggestion would be appreciated.
Thanks
Sbrummer
I am trying to use various static PDF files as the resulting Controller view in a Spring MVC implementation.
I can do a redirect to a publicly accessible PDF file in my Controller and it works great but I need the PDF files to be stored in an non public folder (i.e. “WEB-INF/pdf/myfoldername/myfilename.pdf”).
I can’t seem to find a configuration in the Spring viewResolver or other solution to make this happen.
Any thought or suggestion would be appreciated.
Thanks
Sbrummer