1.2.0 -> 1.3.1, sms-service http basic auth password scrambled?
"Bas A. Schulte" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, I decided to try 1.3.1, coming from version 1.2.0. All my sms-service's stopped working ;( This is in my config: group = sms-service get-url = "http://username:[email protected]/blah?msisdn=%q&msg=%s" keyword = yr accepted-smsc = some-smsc-id omit-empty = true max-messages = 0 What happens is that the password as specified in the URL is translated to '**********' and then fed to the webserver! I've added some debug statements and it is showing all stars for the password. I went through the code but for the life of it I can't find where this is happening. Did I miss something about this in the documentation? Regards, Bas.