]> git.proxmox.com Git - pve-http-server.git/commit
use proper arrays for array parameter
authorDominik Csapak <d.csapak@proxmox.com>
Tue, 6 Jun 2023 13:08:49 +0000 (15:08 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 7 Jun 2023 11:16:57 +0000 (13:16 +0200)
commitbd9d6416906a5b32e887859fbfe6bf3f9da9f614
tree9a03aada4783b9c723d084a81d459a553774b64f
parentf398a3d94bb5c798e1e1ea91113cd76648dd79eb
use proper arrays for array parameter

since there is no other way to get an array parameter when using
x-www-form-urlencoded content type

the previous format with \0 separated strings (known as '-alist' format)
should not be used anymore (in favor of the now supported arrays)

Acked-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
src/PVE/APIServer/AnyEvent.pm