Opened 16 years ago

Closed 16 years ago

#521 closed defect (fixed)

Duplicate Authorization header when PJSIP is configured to send empty Authorization header (thanks Roland Klabunde)

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

Description

In IMS mode (--use-ims option in pjsua), PJSIP is configured to send an empty Authorization header which can be used to force server to use MD5 authentication. Unfortunately this will cause subsequent authentication retry to include duplicate Authorization headers as the old one was not removed.

Change History (1)

comment:1 Changed 16 years ago by bennylp

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

Fixed in r1906:

  • this was caused by the Authorization header being created as a generic string header rather than a real Authorization header, causing the removal code to fail to find the empty Authorization header.
Note: See TracTickets for help on using tickets.