Closed
Bug 805597
Opened 12 years ago
Closed 12 years ago
[socorro-crashstats] 500 Internal Server Error (null-byte) on report/list
Categories
(Socorro :: Webapp, task)
Socorro
Webapp
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: stephend, Assigned: adrian)
References
()
Details
(Whiteboard: [fuzzer])
Attachments
(1 file)
371.12 KB,
image/png
|
Details |
http://crash-stats-new-dev.allizom.org/report/list?signature=nsXULPopupManager%3A%3AShowTooltipAtScreen%28nsIContent%2A%2C+nsIContent%2A%2C+int%2C+int%29%00%27%22--%3E%3C%2Fstyle%3E%3C%2Fscript%3E%3Cscript%3Enetsparker(0x0005BA)%3C%2Fscript%3E&product=Firefox&query_type=is_exactly&range_unit=hours&process_type=any&platform=windows&hang_type=any&date=2012-10-25+18%3A49%3A34&range_value=1 throws a 500 in the webapp, but it's actually a null-byte problem, which should, I think, return a 404?
Reporter | ||
Comment 1•12 years ago
|
||
Reporter | ||
Updated•12 years ago
|
Whiteboard: [fuzzer]
Comment 3•12 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro-crashstats
https://github.com/mozilla/socorro-crashstats/commit/3a32d34d3f4d2467a28249e8c49371a883159b8a
Fixes bug 805597 - Removed null bytes from middleware URL.
https://github.com/mozilla/socorro-crashstats/commit/3cf38235d88eca64fcd0d53605d75ae6246c124b
Merge pull request #267 from AdrianGaudebert/805597-remove-null-bytes-from-mware-urls
Fixes bug 805597 - Removed null bytes from middleware URL.
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 4•12 years ago
|
||
Hrm, http://crash-stats-new-dev.allizom.org/report/list?range_unit=days&version=Firefox%3A16.0.2&range_value=7&signature=http%3a%2f%2fnetsparker.com%2fn%3f%00.php&page=11 from commment 1 is still throwing a 500; reopening.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Reporter | ||
Comment 5•12 years ago
|
||
Dev wasn't updating, and rhelmer brought it back up to the latest/master, now this WFM:
http://crash-stats-new-dev.allizom.org/report/list?range_unit=days&version=Firefox%3A16.0.2&range_value=7&signature=http%3a%2f%2fnetsparker.com%2fn%3f%00.php&page=11
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 7•12 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•