Last modified: 2007-09-04 16:14:54 UTC
usernames passed to api.php are not normalized. lowercase first letter guarantees empty result set compare: http://en.wikipedia.org/w/api.php?action=query&list=allusers&aulimit=1&auprop=groups|editcount&auprefix=yurik http://en.wikipedia.org/w/api.php?action=query&list=allusers&aulimit=1&auprop=groups|editcount&auprefix=Yurik
Username normalisation for "list=allusers" was fixed in r24870. There might be other examples of poor username handling throughout the API.
(In reply to comment #1) > Username normalisation for "list=allusers" was fixed in r24870. There might be > other examples of poor username handling throughout the API. If that is the case, those issues should be filed separately. Closing as FIXED, as this particular issue was fixed in r24870.