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

           Summary: API: possible issue with revids validation
           Product: MediaWiki
           Version: 1.17-svn
          Platform: All
               URL: http://en.wikipedia.org/w/api.php?action=query&revids=
                    -1|123
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: API
        AssignedTo: roan.katt...@gmail.com
        ReportedBy: matthew.brit...@btinternet.com
                CC: bryan.tongm...@gmail.com, s...@reedyboy.net,
                    vasi...@gmail.com, soxre...@gmail.com


http://en.wikipedia.org/w/api.php?action=query&revids=123|456

-- works (returns details of revisions)


http://en.wikipedia.org/w/api.php?action=query&revids=-1

-- works (returns "badrevids")


http://en.wikipedia.org/w/api.php?action=query&revids=-1|123

-- the request times out. Any other sequence of IDs that mixes valid and
invalid IDs produces the same behavior, e.g.

http://en.wikipedia.org/w/api.php?action=query&revids=10|20|30|40|-50|60


Cannot reproduce locally with trunk, so may already be fixed.

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

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to