Closed
Bug 882555
Opened 12 years ago
Closed 12 years ago
/demos doesn't load -- redirects ad-naseum
Categories
(developer.mozilla.org Graveyard :: General, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: stephend, Unassigned)
References
()
Details
(Whiteboard: [specification][type:bug][fromAutomation])
What did you do?
================
Load https://developer-dev.allizom.org/en-US/demos.views.home
What happened?
==============
The page isn't redirecting properly
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
This problem can sometimes be caused by disabling or refusing to accept cookies.
What should have happened?
==========================
Better URL, actually loaded the page?
Is there anything else we should know?
======================================
Reporter | ||
Updated•12 years ago
|
Severity: normal → critical
Whiteboard: [specification][type:bug] → [specification][type:bug][fromAutomation]
Reporter | ||
Comment 1•12 years ago
|
||
FWIW, it broken over 8 hours ago, between:
Failed > Console Output #1066 Jun 12, 2013 9:05:02 PM 1MB
Success > Console Output #1065 Jun 12, 2013 1:31:03 PM 1005KB
http://qa-selenium.mv.mozilla.com:8080/view/MDN/job/mdn.dev.saucelabs/
Comment 2•12 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/3d62bf153dba7d5f6b0847e9bbd5b787956a7a6c
Fix bug 882555: Remove obsolete references to specific view names.
https://github.com/mozilla/kuma/commit/89be3a86e4f9e148b90d05a1247b179bbb73475e
Merge pull request #1162 from ubernostrum/class-based-views-856118
Fix bug 882555: Remove obsolete references to specific view names.
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 3•12 years ago
|
||
Still happening on https://developer-dev.allizom.org/demos
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 5•12 years ago
|
||
hmm ... locale redirection is messed up. https://developer-dev.allizom.org/en-US/demos/ works fine ...
Updated•12 years ago
|
Summary: /demos.views.home doesn't load -- redirects ad-naseum → /demos doesn't load -- redirects ad-naseum
Comment 6•12 years ago
|
||
This is reproducible also on production: https://developer.mozilla.org/en-US/demos
Comment 7•12 years ago
|
||
I have a pull request which should fix this:
https://github.com/mozilla/kuma/pull/1169
Might be worth a separate bug to investigate whether we have other places where we end up in infinite-redirect land when trying to add a locale to a locale-less URL, though.
Comment 8•12 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/1ed0dc3cc88af471bf2fc5f9f9f2d6d89a87ffde
Fix bug 882555: Remove all lingering attempts to redirect to demos.views.home instead of the new class-based view.
https://github.com/mozilla/kuma/commit/42b15bbea15d3a024ce7352ec5dd325202ba20e4
Merge pull request #1169 from ubernostrum/class-based-views-856118
Fix bug 882555: Make /demos work again
Updated•12 years ago
|
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 9•12 years ago
|
||
Verified FIXED on https://developer.mozilla.org/demos, thanks!
Status: RESOLVED → VERIFIED
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•