Closed GoogleCodeExporter closed 9 years ago
This is good article by Brandon Carlson -
http://blog.bcarlso.net/2007/10/19/tomcat-weak-etags-and-javascript-css-caching
May be we can use Strong ETag of our own in JSCSSMergeServlet.
Original comment by rr.patil...@gmail.com
on 5 Apr 2011 at 11:46
This Joe Gregorio's article is good too -
http://bitworking.org/news/150/REST-Tip-Deep-etags-give-you-more-benefits
Original comment by rr.patil...@gmail.com
on 5 Apr 2011 at 11:48
To make the client side caching effective yet letting the client know when
resource changes, support ETag and handle If-None-Match and If-Modified-Since
headers. Respond 304 (or 200) as appropriate.
Original comment by rr.patil...@gmail.com
on 7 Apr 2011 at 6:40
http://code.google.com/p/webutilities/source/detail?r=219
http://code.google.com/p/webutilities/source/detail?r=220
Original comment by rr.patil...@gmail.com
on 14 Apr 2011 at 3:50
Original issue reported on code.google.com by
rr.patil...@gmail.com
on 5 Apr 2011 at 11:05