Re: Caching static assets from markup

2010-04-23 Thread Phillip B
: If the images are in your context there's nothing Wicket does to serve them. Your container handles those resources. See your container's documentation for cache headers and such. Martijn On Fri, Apr 23, 2010 at 12:11 AM, Phillip B phillip...@gmail.com wrote: I have several images and other static

Caching static assets from markup

2010-04-22 Thread Phillip B
I have several images and other static assets that are specified in my markup. The images are in an assets folder. Wicket is handling the URL change from relative to absolute. The issue is that there are no cache related headers on the images, so the browser never caches them. Is there a way to