Hi all,

A need to serve static files alongside the app, often from a root context, is quite common. What if a simple serving servlet was added to wicket-core, so people wouldn't need to add it extra to their app?

E.g. this one is quite good: http://balusc.blogspot.cz/2009/02/fileservlet-supporting-resume-and.html
That one is for serving from a classpath.
Could be tweaked to optionally serve from filesystem dir.

Or is it there something such in Wicket? I've found only this: http://stackoverflow.com/questions/9229976/wicket-serving-images-from-file-system It would be nice to have something such with all those goodies from the aforementioned servlet.

WDYT?
Ondra

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to