Closed
Bug 787240
Opened 12 years ago
Closed 12 years ago
permanently redirect URLs from old crash-stats site
Categories
(Socorro :: Infra, task)
Socorro
Infra
Tracking
(Not tracked)
VERIFIED
FIXED
56
People
(Reporter: rhelmer, Assigned: peterbe)
References
Details
Attachments
(1 file)
43.70 KB,
text/plain
|
Details |
We are changing the URL scheme used by the django app, let's use rewrite rules so that old URLs don't break.
Reporter | ||
Comment 1•12 years ago
|
||
I can handle the obvious cases, but is it worth e.g. looking at access logs on the current webheads to make sure we're not missing anything?
Would be nice to get a breakdown of URLs ordered by count for the past year (or whatever time period is sufficient).
Assignee: nobody → rhelmer
Status: NEW → ASSIGNED
Reporter | ||
Comment 2•12 years ago
|
||
peterbe suggests using urls.py for this instead, so it's under direct dev control and isn't hidden away in the Apache config. Sounds reasonable to me!
Summary: create Apache rewrite rules for socorro-crashstats → permanently redirect URLs from old crash-stats site
Reporter | ||
Updated•12 years ago
|
Reporter | ||
Comment 3•12 years ago
|
||
Should not happen until after we ship and make sure we didn't do any of these wrong - temporary redirects are much easier to fix than permanent ones :)
Reporter | ||
Comment 4•12 years ago
|
||
Peterbe would you mind taking care of this one?
Assignee: rhelmer → nobody
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → peterbe
Assignee | ||
Comment 5•12 years ago
|
||
Assignee | ||
Comment 6•12 years ago
|
||
Same list (urls that have 404'ed more than 10 times in June,July 2013) but now with a list of referrers for each.
Assignee | ||
Comment 7•12 years ago
|
||
Comment 8•12 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/0edf838ad5eaeb0dfc3c401b5faf2ad785f3068d
bug 787240 - Correct usage of loading.png
https://github.com/mozilla/socorro/commit/4cabdd62b666e1c6aaf8d787e28b2a03a4313f8c
bug 787240 - fix links to excanvas.pack.js
https://github.com/mozilla/socorro/commit/97c85585d1cdfba67e19992baa241c583f6046df
bug 787240 - fixed 404s where the url ends in just /os_name/$
https://github.com/mozilla/socorro/commit/e6407354e4b65f90b73b1837180c1c6af7233ef8
bug 787240 - fix link to pending ajax report
https://github.com/mozilla/socorro/commit/c2410f754f7ef0883a128fe17962797bfb1a0610
bug 787240 - redirecting to legacy topcrasher urls without versions specified
https://github.com/mozilla/socorro/commit/bc2160fece67312bd9d2a8188554cebababf83fd
bug 787240 - redirecting to legacy topchangers urls without versions specified
https://github.com/mozilla/socorro/commit/58fcb53fb2b7c8f072e83f678cf19a8c7eb99608
bug 787240 - fixes redirects for home page with product ending in .../versions/$
https://github.com/mozilla/socorro/commit/47ce084e2e061150452eee4b9c178c6cab34d664
Merge pull request #1367 from peterbe/bug-787240-permanently-redirect-urls-from-old-crash-stats-site
Bug 787240 permanently redirect urls from old crash stats site
Assignee | ||
Comment 9•12 years ago
|
||
There are more URLs that 404 but the majority of the biggest offenders has now been dealt with.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 11•12 years ago
|
||
Bumping to qa verified - I do not see 404s although there is a new 500 error on the report/list summary. Bug 902839 captures this.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•