Hi!

I want to allow client browsrs to cache static resources from
/webapp/* (namely /webapp/images, /webapp/css /webapp/js, etc.).

I thought I could achieve this by configuring jetty:
http://stackoverflow.com/questions/1906745/how-to-configure-cache-for-static-resources-in-web-xml-for-jetty/

However, as it turns out (after some debugging) all the static
resources are served via WicketServlet too.

Could someone help me in configuring either wicketservlet
(compannioned with wicketfilter??) or wicketfilter such that static
resources in /webapp/* get a client cache lifetime of 1 hour.
Currently all static content from /webapp/* is served without cache
headers, which puts quite a strain on the server.

**
Martin

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

Reply via email to