Closed
Bug 772019
Opened 13 years ago
Closed 13 years ago
Unit test failure: querystring encoding correctly parses and decodes more complex params
Categories
(Pancake Graveyard :: Front-end, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
M3
People
(Reporter: sfoster, Unassigned)
Details
Expected 'e|train2Btable|67|best|0|1|24||3' to be 'e|train+table|67|best|0|1|24||3'.
Is likely a problem in the expectations in the spec, not a functional problem. Fails in both browser and iOS app.
Reporter | ||
Updated•13 years ago
|
Target Milestone: --- → M3
Reporter | ||
Comment 1•13 years ago
|
||
No-one seems to agree on how querystrings are encoded/unencoded. Addd special casing for '|' character when we encode - our code expects that to remain '|' not %7C
See: https://bitbucket.org/mozillapancake/pancake/changeset/b2d9ba76758c
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•