#239 closed defect (fixed)
Error parsing quoted parameters
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | major | Milestone: | release-0.5.10.4 |
Component: | pjsip | Version: | 0.5.10.3 |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description (last modified by bennylp)
The parser automatically removes quotes surrounding parameter values, and this causes the parameter value to be printed as escaped characters.
For example:
pname="AB:CD"
will be parsed as:
pname=AB:CD
and later will be printed as:
pname=AB%3aCD
Change History (3)
comment:1 Changed 18 years ago by bennylp
- Description modified (diff)
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 18 years ago by bennylp
Parsing quoted URI parameters is fixed in r1229.
comment:3 Changed 18 years ago by bennylp
URI test was fixed in r1230 because of changes in how quoted URI parameter is handled.
Note: See
TracTickets for help on using
tickets.
Fixed, and also added header parsing tests in r1222.