https://bugzilla.wikimedia.org/show_bug.cgi?id=16772





--- Comment #2 from Brion Vibber <[email protected]>  2008-12-23 18:30:22 UTC 
---
Offhand it looks like the problem is that on upload it's doing the extension
validity check on the name *before* normalizing spaces to "_", and that check
is doing a trim() on the extension after separating it from the ".".

So:

1) The "_" normalization should be done as a first step.

2) That trim() should be found and killed. ;)

And yes, the checks should probably be centralized more than they already are.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to