Closed
Bug 540802
Opened 15 years ago
Closed 15 years ago
Add-on links double-escaped on Customization page
Categories
(www.mozilla.org :: General, defect)
www.mozilla.org
General
Tracking
(Not tracked)
VERIFIED
FIXED
3.6
People
(Reporter: fligtar, Unassigned)
References
()
Details
On http://www-3.6.stage.mozilla.com/en-US/firefox/customize/ in the Collections section, all of the add-on links have tracking codes, which is great.
However, it seems that the collection GUIDs are being double escaped, and then when they are passed to AMO they're escaped even further. The metrics download counting scripts are picky, and this weird-looking data might lead to the download not being counted at all.
Can we either fix the entities or remove the collection_uuid parameter? (it's not needed -- src is the only important one)
Also related: the collection links themselves are weird: https://addons.mozilla.org/collection/travel&src=fxcustomization
The & would normally be a ? but the src code actually won't make a different on collection links, so they could be removed.
Updated•15 years ago
|
Target Milestone: --- → 3.6
Updated•15 years ago
|
Summary: Add-on links double escaped on Customization page → Add-on links double-escaped on Customization page
Reporter | ||
Updated•15 years ago
|
Summary: Add-on links double-escaped on Customization page → Add-on links double-escaped on Customization page
Comment 1•15 years ago
|
||
Justin, can you give me an example of what the collection links should look like?
Reporter | ||
Comment 2•15 years ago
|
||
Sure.
Collection links (the ones that say "Check out the [x] collection" shouldn't have a parameter, like so: https://addons.mozilla.org/collection/travel
All of the add-ons in that box can have the collection_uuid parameter removed, like so:
https://addons.mozilla.org/en-US/firefox/addon/1117?src=fxcustomization
Thanks!
Comment 3•15 years ago
|
||
Thanks for the clarification. Done in r60588.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 4•15 years ago
|
||
Steven: the first part of comment 2 doesn't appear to have been addressed; I still see https://addons.mozilla.org/collection/travel&src=fxcustomization, where I think it should just be https://addons.mozilla.org/collection/travel
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 6•15 years ago
|
||
Merged to stage in r60776.
Status: REOPENED → RESOLVED
Closed: 15 years ago → 15 years ago
Resolution: --- → FIXED
Comment 7•15 years ago
|
||
Verified FIXED on https://www.authstage.mozilla.com/en-US/firefox/customize/.
Status: RESOLVED → VERIFIED
Assignee | ||
Updated•12 years ago
|
Component: www.mozilla.org/firefox → www.mozilla.org
Assignee | ||
Updated•12 years ago
|
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•