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