jdm / bugsahoy

A landing page to make finding relevant bugs easier for new Mozilla contributors.
http://www.joshmatthews.net/bugsahoy/
69 stars 95 forks source link

Fix query-string serialization #90

Closed caitp closed 10 years ago

caitp commented 10 years ago

Previously, query strings would be serialized incorrectly and resulted in unexpected results from the server.

This CL ensures that string mappings are properly treated as strings, and also avoids the insertion of an unnecessary %20.

Fixes #89

jdm commented 10 years ago

Thanks!