Description:
|
The images are still sent with the wrong content type string. (This issue is the same as 4778 and 5271 reported earlier.)
Content-Type: image/gif; charset=UTF-8
Images (gif, jpg, png) should not be sent with a charset in the content type.
This is causing us a lot of troubles and we are forced to deliver the images from an Apache server instead. Most browsers does not pay attention to the extra charset and they work fine. However we have other clients reading images from us and they are decoding the content with the charset specified. This causes the images to get mangled. |