This post originated from an RSS feed registered with Java Buzz
by Surya Suravarapu.
Original Post: Java’s HTTP Handler and Cache Validation Issues
Feed Title: Surya Suravarapu's Blog
Feed URL: http://feeds2.feedburner.com/SuryaSuravarapusBlog
Feed Description: Ramblings about Software Development
Background
A little while ago I’ve mentioned that I was working on client-side HTTP caching (using Ehcache) for REST clients. After a little hiatus, I’m back to complete the unfinished business, precisely dealing with cache validation support (using ETag, Last-Modified, If-None-Match, If-Modified-Since headers). I’ve also explained the approach I was taking to implement the solution, using [...]
You may also like: