Opened 18 years ago
Last modified 15 years ago
#8 new defect
Fix escaping rules in To/From tag and Via parameter
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | minor | Milestone: | Known-Issues-and-Ideas |
Component: | pjsip | Version: | |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
Latest situation is, some UA sends % characters as part of header fields (e.g.
Via branch param, From/To? tag param). Probably PJSIP is not supposed to
unescape these header fields, but it does, and it's causing the header field to
be escaped when sending the response.
Fortunately this is not happening with too much UA (only one that I'm aware of) so this bug is minor.
Change History (1)
comment:1 Changed 15 years ago by bennylp
- Milestone changed from unassigned to Known-Issues
Note: See
TracTickets for help on using
tickets.