Image issue with SunOne 6.1

We have customers who upload company logos in various file formats. One of the logos was a .jpg file format but IE and Firefox would not display the image. We looked at several jpg files which all worked correctly. Finally, we looked at the jpg in a hex editor and determined that the file was a JFIF Adobe file vs a JFIF EXIF file.

Obviously we saved the file again as a jpg and the header info was changed. Is there something that I can place in the mime.types to correct this issue vs having to manually resaving the file to correct the header issue?

I've asked the customer what software they used to create this logo, hoping that will help us determine if this will be a more common thing.

I found on the net, image/x-raw, would this attribute work?

type=image/raw exts=adobe

Here is my current mime.types for images:

type=image/x-icon exts=ico

type=image/gifexts=gif

type=image/iefexts=ief

type=image/ifsexts=ifs

type=image/jpegexts=jpeg,jpg,jpe,jfif,pjpeg,pjp

type=image/pngexts=png

type=image/tiffexts=tiff,tif

type=image/vndexts=dwg,svf

type=image/wavelet exts=wi

type=image/bmpexts=bmp

Any help that could be provided would be greatly appreciated.

[1261 byte] By [BrianTTUa] at [2007-11-26 21:20:34]
# 1
No, there's nothing you can change in mime.types that will instruct web browsers to treat some files with the .jpg extension differently than others.
elvinga at 2007-7-10 2:59:40 > top of Java-index,Web & Directory Servers,Web Servers...
# 2

I'm not 100% sure this will change your answer but I'm not looking to instruct the web browser to handle these files differently. I'm simply wanting to handle the files instead of getting a broken image icon.

I also found out the customer is using Corel Draw when editing his/her logo. I've asked for another image edited in CorelDraw to determine if the header info will read JFIF Adobe instead of JFIF EXIF to determine if this image issue is unique or a corrupt file.

If Corel Draw is infact adding JFIF Adobe to the image header for all images, I would have to assume that some configuration error is occuring else no one would be able to display Corel Draw saved jpgs.

BrianTTU1a at 2007-7-10 2:59:40 > top of Java-index,Web & Directory Servers,Web Servers...