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

       Web browser: ---
             Bug #: 35898
           Summary: Query-continue doesn't work correctly for users with
                    U+FFFD in their name
           Product: MediaWiki
           Version: (wikimedia-deployment)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: API
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected]
    Classification: Unclassified
   Mobile Platform: ---


If I list the last 30 users on enwiki:

http://en.wikipedia.org/w/api.php?action=query&list=allusers&audir=descending&aulimit=30

it works fine. But if I limit it to just 12:

http://en.wikipedia.org/w/api.php?action=query&list=allusers&audir=descending&aulimit=12

I get this error:

<error code="auinvalidtitle" info="Bad title "�Zipfiddle""/>

The first character in that username is U+FFFD, "replacement character". If
everything worked correctly, this username should have been in the
query-continue tag. It seems that's where the problem is, because showing the
same username in the list works correctly.

-- 
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