Closed
Bug 887300
Opened 12 years ago
Closed 12 years ago
signatureHistory service doesn't accept trailing slash
Categories
(Socorro Graveyard :: Middleware, defect)
Socorro Graveyard
Middleware
Tracking
(Not tracked)
VERIFIED
FIXED
53
People
(Reporter: adrian, Assigned: adrian)
References
Details
Attachments
(1 file)
481.59 KB,
image/png
|
Details |
All new-style services accept a trailing slash in their URLs. signatureHistory (which is deprecated, see bug 882126) does not, and thus won't work with the django webapp.
The consequence is described in bug 881632 by Scoobidiver:
> When clicking the graph data glyph for a signature, the loading bar stays indefinitely.
>
> See https://crash-stats-django.allizom.org/topcrasher/products/Firefox/versions/24.0a1
Comment 1•12 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/13d4c017d9b8fbf65a440f7819e9a7810e5b0d6c
Fixes bug 887300 - Made signature trend service accept trailing slashes in URLs.
https://github.com/mozilla/socorro/commit/f7ae7e5bef7553f9c880548cee8c289b37cfd3b5
Merge pull request #1312 from AdrianGaudebert/887300-signature-trend-service-trailing-slash
Fixes bug 887300 - Made signature trend service accept trailing slashes ...
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•12 years ago
|
Target Milestone: --- → 53
Comment 2•12 years ago
|
||
QA verified on stage - the graphs for /topcrasher/products/Firefox/ are correctly displaying.
Updated•12 years ago
|
Status: RESOLVED → VERIFIED
Updated•9 years ago
|
Product: Socorro → Socorro Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•