Am wondering if there's any Spring trick I could use to implement a FileServlet in Spring?
I.e. something that will allow to serve files identified by their relative path to a preconfigured directory on disk.
I already have some very simple code working with normal servlets in a different application, just wondering if there's any class in Spring that would make the thing more Spring like. I went quikcly throught the whole Spring web API without finding anything.
What do you guys use?


Reply With Quote