Document the possible presence of multiple variables with the
authorLuigi Rizzo <rizzo@icir.org>
Tue, 20 May 2008 17:48:43 +0000 (17:48 +0000)
committerLuigi Rizzo <rizzo@icir.org>
Tue, 20 May 2008 17:48:43 +0000 (17:48 +0000)
commitc7a4899ac4aa5c978b737e76aee6b3bf20f6924d
tree012a5aa424bf400e1afbc389961c15bcdf1daebf
parentd56a42cb1af74e44f2bfb3767883a210c49df90f
Document the possible presence of multiple variables with the
same name in http queries, which might confuse the manager.

Replace calls to ast_uri_decode() with a local function that also
replaces '+' with ' ', as this is the normal encoding for
spaces in http requests.
This allows passing cli commands to the manager through the
http interface.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@117295 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/http.c