I have a servlet based application that is serving images from files stored locally. I have added logic that will allow the application to load the image file to a Buffered
Unless it is a very small image file, prefer to use chunked encoding over specifying a content length.
It was noted in one or two recent stackoverflow podcasts that HTTP proxies often report that they only support HTTP/1.0, which may be an issue.