[sr-dev] Re: [kamailio/kamailio] lib/srdb1: Allow '/' in database URL passwords (PR #4017)

2024-11-07 Thread Kent Anderson via sr-dev
Yes, but the existing code for the DB URL does not follow this RFC. It allows both ':' and '@' without encoding. Also, the value is not decoded when the password is sent to the database engine, so encoding characters in the password is not possible without significantly rewriting the existing

[sr-dev] [kamailio/kamailio] lib/srdb1: Allow '/' in database URL passwords (PR #4017)

2024-11-06 Thread Kent Anderson via sr-dev
- Modify parsing of a database URL so that a '/' character is accepted as a valid character in the password part of the URL.