Tomcat cache filter
        Posted  
        
            by mabuzer
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by mabuzer
        
        
        
        Published on 2010-06-12T09:26:05Z
        Indexed on 
            2010/06/12
            9:33 UTC
        
        
        Read the original article
        Hit count: 413
        
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...
© Stack Overflow or respective owner