#1147 closed defect (fixed)
Bug in parsing multipart message bodies (thanks Johan Lantz for the report)
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.8.5 |
Component: | pjsip | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
PJSIP fails to parse multipart message bodies if the "boundary" parameter in the Content-Type header is represented as quoted string. For example:
Content-Type: multipart/mixed;boundary="abcd"
Change History (2)
comment:1 Changed 14 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 14 years ago by bennylp
Note: See
TracTickets for help on using
tickets.
(In [3340]) Fixed #1147: Bug in parsing multipart message bodies (thanks Johan Lantz for the report)