Hello everyone:

I've been trying to get properly working the caching in my site's
resources using the if-modified-since header. I've noticed that the
check for the header is only done if the resource is mounted under the
'/resources' url (wicket filter @ line 1130, Wicket 1.4).

My resources are mounted under another url ('/photos'). I was
wondering why the check is restricted to that url. Also, I've tried to
mount my resources under /resources/photos but I get an exception that
says 'cannot be mounted under /resources'.

Any advices?
Thanks in advance.
-- 
Mauro Ciancio

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

Reply via email to