Browsing to a redirect page with "&redirect=no" is not doing a no-redirect
Categories
(developer.mozilla.org Graveyard :: Wiki pages, defect, P1)
Tracking
(Not tracked)
People
(Reporter: sheppy, Assigned: jwhitlock)
Details
(Keywords: in-triage, Whiteboard: [points:4])
Comment 1•7 years ago
|
||
Assignee | ||
Comment 2•7 years ago
|
||
Assignee | ||
Updated•7 years ago
|
Updated•7 years ago
|
Assignee | ||
Comment 3•7 years ago
|
||
Assignee | ||
Updated•7 years ago
|
Assignee | ||
Comment 4•6 years ago
|
||
Comment 5•6 years ago
|
||
Comment 7•6 years ago
•
|
||
The fix for this has been deployed to stage and production, as well as for local development. See:
https://developer.allizom.org/en-US/docs/MDN/Promote?redirect=no
https://developer.mozilla.org/en-US/docs/MDN/Promote?redirect=no
I'm not sure why the commits to Kuma master weren't recorded here, so I'll show the PR's that were merged and deployed:
https://github.com/mdn/infra/pull/168
https://github.com/mozilla/kuma/pull/5172
Updated•6 years ago
|
Comment 8•6 years ago
|
||
I re-opened this because although the fix has been deployed, most of the documents that are content-based redirects still must be re-rendered, and that has not yet been done.
Assignee | ||
Comment 9•6 years ago
|
||
I re-rendered just the redirects on staging. 62,334 documents in 15,981 seconds, with 36 errors. I looked at one page with render errors, which has content other than the redirect:
https://developer.allizom.org/en-US/docs/DOM/DOM_event_reference?redirect=no
This is a dumb corner case that I'll ignore until I can refactor redirects. The page redirects as expected:
https://developer.allizom.org/en-US/docs/DOM/DOM_event_reference
There's a lot of pages that need rendered on production, so I think it is easiest to do all documents, not just the redirects.
Assignee | ||
Comment 10•6 years ago
|
||
I re-rendered all 133,571 documents in production. Details at https://bugzilla.mozilla.org/show_bug.cgi?id=1365987#c5.
The page that kicked this off now shows the expected results (the text "REDIRECT" plus a link)
The coding-style page has similar results:
A Duck Duck Go search for "coding style mozilla" links to the correct page. My guess is that DDG's scraper found the correct page, not that it reacted quickly to my re-render from 4 hours ago.
Comment 11•6 years ago
|
||
Thank you John Whitlock!
Updated•5 years ago
|
Description
•