]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw/rest: fix url decode of post params for iam/sts/sns 55329/head
authorCasey Bodley <cbodley@redhat.com>
Fri, 26 Jan 2024 14:53:30 +0000 (09:53 -0500)
committerCasey Bodley <cbodley@redhat.com>
Fri, 26 Jan 2024 14:53:33 +0000 (09:53 -0500)
commit4bdc5d18dd68b95c6ccd4c0e77a1bd04ad86dbb8
tree09e1d6b6356becd95fb2dd96311226f29d9b1693
parent1112689da4ec3a92e933aba6d84474847f8eba0c
rgw/rest: fix url decode of post params for iam/sts/sns

add the `in_query=true` argument to `url_decode()` to replace '+' with ' '

Fixes: https://tracker.ceph.com/issues/64189
Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/rgw/rgw_rest_pubsub.cc
src/rgw/rgw_rest_s3.cc
src/rgw/rgw_rest_user_policy.cc