Hi,<br><br>My project contains two static pages :<br>- image.gif<br>- image.GIF<br><br>If I get "image.gif" the "Content-type" field is "image/gif",<br>But if I get "image.GIF" the "Content-type" field is "application/octet-stream".<br>
<br>I see the "libutils/utils.c" source and the "u_guess_mime_type" function and I think that the test at line 1081 :<br>==========================<br>if(strcmp(mm->ext, ext) == 0)<br>==========================<br>
<br>would be replace by<br>==========================<br>if(strcasecmp(mm->ext, ext) == 0)<br>==========================<br><br>What do you think?<br clear="all"><br>-- <br>Mickaël AUGER<br><br>