Opened 17 years ago
Closed 17 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 17 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed in r1906: