Closed
Bug 956996
Opened 11 years ago
Closed 11 years ago
Signature truncated when following the All products and versions link
Categories
(Socorro :: General, task)
Socorro
General
Tracking
(Not tracked)
VERIFIED
FIXED
71
People
(Reporter: kbrosnan, Assigned: peterbe)
Details
(Whiteboard: [starter bug][qa+])
Attachments
(1 file)
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.
Comment 1•11 years ago
|
||
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!
Updated•11 years ago
|
Whiteboard: [starter bug]
Updated•11 years ago
|
OS: Linux → All
Hardware: x86_64 → All
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → peterbe
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•11 years ago
|
||
Comment 3•11 years ago
|
||
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
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Target Milestone: --- → 71
Comment 4•11 years ago
|
||
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.
Description
•