Closed
Bug 671932
Opened 14 years ago
Closed 14 years ago
breakpad sending redundant information
Categories
(Toolkit :: Crash Reporting, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: lars, Unassigned)
Details
I've noticed recently that breakpad is POSTing redundant information to Socorro. We're getting "Version" & "version" along with "BuildID" and "buildid". Fortunately, the associated values are consistent.
| Reporter | ||
Updated•14 years ago
|
Priority: -- → P3
Comment 1•14 years ago
|
||
You mean as URL parameters along with the POST body? If so this is entirely intentional, see bug 521349.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
Comment 2•14 years ago
|
||
Looks like lars is talking about duplicate data inside the post body, with alternate casing of the attribute names.
| Reporter | ||
Comment 3•14 years ago
|
||
I suspect that when we moved to the modwsgi collector, it doesn't differentiate between the POST body parameters and the URL encoded parameters. The collector is handed a dict of key/value pairs that are the union of the two sources for values. So I'm not going to worry about it unless there are objections.
Comment 4•14 years ago
|
||
Okay. Feel free to reopen and move to Socorro if you'd like to fix this.
You need to log in
before you can comment on or make changes to this bug.
Description
•