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)

defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

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.
Target Milestone: --- → 3.6
Summary: Add-on links double escaped on Customization page → Add-on links double-escaped on Customization page
Summary: Add-on links double-escaped on Customization page → Add-on links double-escaped on Customization page
Justin, can you give me an example of what the collection links should look like?
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!
Thanks for the clarification. Done in r60588.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
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 → ---
Stephen - thanks, re-fixed in trunk in r60774.
Merged to stage in r60776.
Status: REOPENED → RESOLVED
Closed: 15 years ago15 years ago
Resolution: --- → FIXED
Component: www.mozilla.org/firefox → www.mozilla.org
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.