Tomcat cache filter
- by mabuzer
How to have resource handler in tomcat, which simply check resource like js or css and append an ?[last-modified-date] to it's url, so we enable cache, and be sure that client-browser use right resource?
thanks in advance...