Recently I worked on an HttpHandler
implementation that is serving images from a backend system. Although everything seemed to work as expected it was discovered images were requested by the browser on every page refresh instead of the browser caching them locally.
Together with Bert-Jan, I investigated and solved the problem which will be explained in this article.
read more...