Closed
Bug 1111030
Opened 11 years ago
Closed 10 years ago
All views should strip trailing slashes
Categories
(Marketplace Graveyard :: Consumer Pages, defect, P5)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: cvan, Unassigned)
References
()
Details
https://marketplace-dev.allizom.org/recommended 200s
https://marketplace-dev.allizom.org/recommended/ 404s
We should strip the trailing slash and redirect.
Comment 1•11 years ago
|
||
We should either fix all of them, or not, noting that the same happens for /new/ vs /new, /popular/ vs /popular, /settings/ vs /settings. There's a link there for people to click on that takes them to the right place.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
| Reporter | ||
Comment 2•11 years ago
|
||
Jason, can you help with this in the nginx routes? Let me know if I should move this bug to Mozilla Services.
Status: RESOLVED → REOPENED
Flags: needinfo?(jthomas)
Resolution: WONTFIX → ---
Summary: /recommended/ should redirect to /recommended → All views should strip trailing slashes
Comment 3•11 years ago
|
||
Except for things like https://marketplace.firefox.com/developers/, https://marketplace.firefox.com/reviewers/ and pretty much anything that hits Django I presume. Should this be an inclusion list in Fireplace?
Flags: needinfo?(cvan)
| Reporter | ||
Comment 4•11 years ago
|
||
https://github.com/mozilla-services/svcops-puppet/blob/master/modules/marketplace/templates/nginx/marketplace.conf#L279-L303
should match
https://github.com/mozilla/fireplace/blob/master/src/media/js/routes.js#L5-L34
Flags: needinfo?(cvan)
Comment 5•11 years ago
|
||
Can we change our dev environments to match? Not keen on changes that affect prod only.
Updated•11 years ago
|
Priority: -- → P5
If it's a [good first bug], I am more than interested to work on it!
Comment 7•10 years ago
|
||
Please re-open if this is still needed.
Status: REOPENED → RESOLVED
Closed: 11 years ago → 10 years ago
Flags: needinfo?(jthomas)
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•