Open GoogleCodeExporter opened 9 years ago
Shouldn't be too hard to implement for static resources like those mentioned
above right? Not overly concerned about pages being cached, just big resources
like images and js.
Original comment by rqu...@ebstrada.com.au
on 26 Jul 2011 at 11:06
See attached screenshot for explanation.
Original comment by rqu...@ebstrada.com.au
on 26 Jul 2011 at 11:13
Attachments:
Possible the problem in locale. There is a logic for cache control. It check
if(DateUtil.toHeaderString(file.getLastModifiedTime()).equals(
request.getHeader("If-Modified-Since"))){
But, request.getHeader("If-Modified-Since") maybe a non valid string format,
e.g. ???, 17 ??? 2011...
Original comment by kirill.s...@gmail.com
on 16 May 2012 at 1:22
Original issue reported on code.google.com by
rqu...@ebstrada.com.au
on 26 Jul 2011 at 11:03