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

--- Comment #1 from Gabriel Wicke <gwi...@wikimedia.org> ---
The redirect response itself is never cached, and requesting the correct URL
with oldid seems to work fine. That leads me to believe that Parsoid sometimes
redirects to the wrong full URI (e.g. /plwiki/Dolný Vadičov?oldid=5594681).
Interestingly,
http://parsoid-lb.eqiad.wikimedia.org/plwiki/Doln%C3%BD_Vadi%C4%8Dov?oldid=5594681
was in cache:

X-Cache:cp1045 hit (1), cp1058 frontend miss (0)

So somebody requested that page and version recently. Since that is a very old
revision and the title is actually from skwiki it seem unlikely that this
happened by chance. The oldid always wins over the title, which explains why
the article with a different name is returned.

A possible work-around is to pass in the oldid explicitly. That avoids the
redirect altogether.

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