Opened 14 years ago

Last modified 14 years ago

#1116 closed defect

Bug in regenerating elements of some headers when incoming request contains escaped characters (thanks Ferguen Adel for the report) — at Initial Version

Reported by: bennylp Owned by: bennylp
Priority: normal Milestone: release-1.8
Component: pjsip Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported:

Description

When an incoming request contains header with escaped character, PJSIP may generate response containing unescaped header. For example:

Request:

Via: ....;branch=12%143

Response:

Via: ....;branch=123

Note the strange character between 2 and 3.

Change History (0)

Note: See TracTickets for help on using tickets.