Re: Tomcat 8.0.5 and web resource cache

2014-04-10 Thread Mark Thomas
On 10/04/2014 02:02, Thomas Scheffler wrote: > Hi, > > I recently noticed that Tomcat 8.0.5 does not invalidate cache entries > for web resources. The cache has a default TTL of 5 seconds. > Here are the steps to reproduce: > > 1. make "/foo.html" available through a jar file -> > META-INF/reso

Tomcat 8.0.5 and web resource cache

2014-04-10 Thread Thomas Scheffler
Hi, I recently noticed that Tomcat 8.0.5 does not invalidate cache entries for web resources. Here are the steps to reproduce: 1. make "/foo.html" available through a jar file -> META-INF/resources/foo.html 2. Open foo.html in your browser 3. Add a new file "foo.html" inside you webapp di