Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0005907 [Resin] minor always 05-16-15 05:14 06-03-15 08:31
Reporter Mathias Lagerwall View Status public  
Assigned To ferg
Priority normal Resolution fixed  
Status closed   Product Version 4.0.44
Summary 0005907: Images sent with wrong content type
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.
Additional Information
Attached Files

- Relationships

- Notes
(0006633)
Mathias Lagerwall
05-16-15 06:25

This seems to be connected to the

<servlet servlet-name="resin-file" servlet-class="com.caucho.servlets.FileServlet">
<init>
   <character-encoding>UTF-8</character-encoding>
</init>
 
(0006635)
ferg
06-03-15 08:31

server/1b5g
 

- Issue History
Date Modified Username Field Change
05-16-15 05:14 Mathias Lagerwall New Issue
05-16-15 06:25 Mathias Lagerwall Note Added: 0006633
06-03-15 08:31 ferg Note Added: 0006635
06-03-15 08:31 ferg Assigned To  => ferg
06-03-15 08:31 ferg Status new => closed
06-03-15 08:31 ferg Resolution open => fixed
06-03-15 08:31 ferg Fixed in Version  => 4.0.45


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
31 total queries executed.
27 unique queries executed.
Powered by Mantis Bugtracker