Closed Bug 671932 Opened 14 years ago Closed 14 years ago

breakpad sending redundant information

Categories

(Toolkit :: Crash Reporting, defect, P3)

x86
Linux
defect

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.
Priority: -- → P3
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
Looks like lars is talking about duplicate data inside the post body, with alternate casing of the attribute names.
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.
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.