I've written a servlet that downloads a jpg. It was working fine for some time, and now it does not. It seems that it breaks the file. When I try to open the downloaded file, I get the following complaint.
Error interpreting JPEG image file (Not a JPEG file: starts with 0x3f 0x3f)
Any body know what this complaint is about. The file is fine on the filesystem where the download servlet access it. Interestingly, the file is slightly smaller in bytes after the download.