Is there a right of the box cache-control response header filter that will enable me to set those cache headers on my static resources without me having to build my own Filt
Use mvc:resources for static files and mvc:interceptors with WebContentInterceptor for non-static files e.g.
2592000