Closed (fixed)
Project:
Public Download Count
Version:
6.x-1.0-beta4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
5 Aug 2009 at 11:32 UTC
Updated:
14 Jan 2010 at 01:30 UTC
the files with a valid extension but written in uppercase not considered for the counter.
| Comment | File | Size | Author |
|---|---|---|---|
| ScreenShot007.png | 4.8 KB | sbartoz |
Comments
Comment #1
pixture commentedI do not understand.
Do you mean that the file "sample1.GPX" is not counted but "sample2.gpx" is counted?
Current code does not care about uppercase/lowercase of the extensions. It tries to see if the file name extension matches to any one of the specified valid extensions. This comparison is case sensitive so if the file is "sample3.Gpx", then this file is not counted.
Comment #2
sbartoz commentedif I setting only "gpx" extensions the file "sample.GPX" is not counted.
Comment #3
pixture commentedFixed with beta4.
Now valid extensions are case insensitive.