]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: fix for empty query string in beast frontend 20120/head
authorCasey Bodley <cbodley@redhat.com>
Thu, 25 Jan 2018 17:09:20 +0000 (12:09 -0500)
committerCasey Bodley <cbodley@redhat.com>
Thu, 25 Jan 2018 17:09:23 +0000 (12:09 -0500)
commitab9e79684ac7ae33b78522df6732b99271d10016
tree722b60311d8d057dcfbe47b96e8ea41728c6deed
parent52bf90bb103b1c16722aff9c657676be696addef
rgw: fix for empty query string in beast frontend

when the target does not contain a ?, the QUERY_STRING was being set to
the same value as REQUEST_URI. this QUERY_STRING is included in the
signature, and caused SignatureDoesNotMatch failures

Fixes: http://tracker.ceph.com/issues/22797
Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/rgw/rgw_asio_client.cc