00171: Upper case image extension (JPG)

Summary: Upper case image extension (JPG)
Created: 2004-11-21 15:15
Status: Closed - fixed for 2.0.beta3
Category: Bug
From: noe
Assigned:
Priority: 1
Version: 2 - devel 26
OS: any

Description: Some image thumbnails are with upper case extension on my website (JPG) so I cannot use [[http://.../image.jpg | http://.../thumbnail.JPG]]. Not really a problem, but would it be possible and usefull to add GIF, JPG ... in pmwiki.php line 177 ?
$ImgExtPattern="\\.(?:gif|jpg|jpeg|png)";