herlesupreeth / Kamailio_IMS_Config

Fixed version of Kamailio IMS configuration files for basic calling
45 stars 36 forks source link

Improve regex to eliminate ck/ik parameters in WWW-Authenticate #25

Closed ben2610 closed 2 years ago

ben2610 commented 2 years ago

The previous regex were not specific enough : I had the case where the nonce ended with ck, causing the regex to truncate the nonce and corrupt the format. This new regex will detect parameter boundary without ambiguity

herlesupreeth commented 2 years ago

@ben2610 thank you for the contribution.. currently i am on vacation will review once i am back

herlesupreeth commented 2 years ago

@ben2610 thank you very much for your contribution