#1558 closed defect (fixed)
Bug in parsing quoted URI strings (thanks Gustavo Garcia Bernardo for the report)
Reported by: | ming | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-2.1 |
Component: | pjlib | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | release-1.16 | Backported: | yes |
Description (last modified by ming)
This URI is valid:'"ggb\\a" <sip:ggb@tid.es>'
while '"ggb\\" <sip:ggb@tid.es>' is not.
Change History (5)
comment:1 Changed 12 years ago by ming
- Description modified (diff)
comment:2 Changed 12 years ago by ming
- Resolution set to fixed
- Status changed from new to closed
comment:3 Changed 12 years ago by ming
In 4210:
comment:4 Changed 12 years ago by ming
In 4375:
comment:5 Changed 12 years ago by ming
- Backported set
Note: See
TracTickets for help on using
tickets.
In 4209: