Closed Bug 956996 Opened 10 years ago Closed 10 years ago

Signature truncated when following the All products and versions link

Categories

(Socorro :: General, task)

task
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: kbrosnan, Assigned: peterbe)

Details

(Whiteboard: [starter bug][qa+])

Attachments

(1 file)

44 bytes, text/x-github-pull-request
Details | Review
STR:
Open https://crash-stats.mozilla.com/report/list?product=FennecAndroid&signature=js%3A%3Ajit%3A%3AEnterBaselineMethod%28JSContext*%2C+js%3A%3ARunState%26%29

Click "View ALL products and versions for this signature."

Nothing is found because the & and closing paren are dropped. "Crash reports for js::jit::EnterBaselineMethod(JSContext*, js::RunState" is the page title.
The &) is being interpreted as another url param: &)&range_value=...

That sig needs to be url encoded before its put into the anchor tag. Thanks for reporting!
Whiteboard: [starter bug]
OS: Linux → All
Hardware: x86_64 → All
Assignee: nobody → peterbe
Status: NEW → ASSIGNED
Attached file Github PR
Commit pushed to master at https://github.com/mozilla/socorro

https://github.com/mozilla/socorro/commit/8add8d3ca4b1c302004114d88065dc19d24821a9
fixes bug 956996 - signature link not encoded properly on report list, r=helmer
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → 71
Thanks peterb - looks great on stage. QA verified results are returned when "view all products .." is seleted.

https://crash-stats.allizom.org/report/list?product=FennecAndroid&signature=js%3A%3Ajit%3A%3AEnterBaselineMethod%28JSContext*%2C+js%3A%3ARunState%26%29
Status: RESOLVED → VERIFIED
Whiteboard: [starter bug] → [starter bug][qa+]
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: