]> git.ipfire.org Git - thirdparty/asterisk.git/commit
func_uri: URIENCODE/URIDECODE - allow empty strings as argument
authorJonathan Rose <jrose@digium.com>
Tue, 15 Jul 2014 17:45:49 +0000 (17:45 +0000)
committerJonathan Rose <jrose@digium.com>
Tue, 15 Jul 2014 17:45:49 +0000 (17:45 +0000)
commit25898379200371eb924fd6729efc7689035ec1fa
tree15368962d2e1a6d7b0ea0769078753f71bec9a4a
parent027a41ff08a4c246ab05d8d740f9778fccb4856f
func_uri: URIENCODE/URIDECODE - allow empty strings as argument

Previously these two dialplan functions would issue warnings and
return failure when an empty string is used as the argument. Now
they will not issue a warning and will successfully return an
empty string.

ASTERISK-23911 #close
Reported by: Matt Jordan
Review: https://reviewboard.asterisk.org/r/3745/
........

Merged revisions 418641 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........

Merged revisions 418649 from http://svn.asterisk.org/svn/asterisk/branches/11

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@418650 65c4cc65-6c06-0410-ace0-fbb531ad65f3
funcs/func_uri.c