Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#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 13 years ago by bennylp

  • Resolution set to fixed
  • Status changed from new to closed

(In [3340]) Fixed #1147: Bug in parsing multipart message bodies (thanks Johan Lantz for the report)

comment:2 Changed 13 years ago by bennylp

(In [3342]) Fixed #1147 (Bug in parsing multipart message bodies (thanks Johan Lantz for the report)): leave the quote in parameter values and let the multipart code handle this instead

Note: See TracTickets for help on using tickets.