Last modified: 2011-06-24 17:11:36 UTC
Using a invalid sha1 value for list=allimages/list=filearchive returns all files. Using a invalid sha1base36 returns nothing. In my opinion a error message is good, or let a invalid sha1 return nothing. Thanks.
"Invalid" can only be defined by it not being the correct length, right?
Well, they should contain only 0-f or 0-z respectively.
0-f and 0-z Surely it's 0123456789abcdef? I suppose a length check, and then check for a char that doesn't match those...
Right, so sha1 are hex, but base36 is 0-9a-z like you say filearchive doesn't allow you to specify a SHA1 hash to filter by.. Just output r88174
(In reply to comment #4) > filearchive doesn't allow you to specify a SHA1 hash to filter by.. Just output Because bug 21346 was reverted after written of this bug