]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: fix REQUEST_URI setting in the rgw_asio_client.cc 30540/head
authorJiaying Ren <renjiaying@cmss.chinamobile.com>
Mon, 23 Sep 2019 01:44:11 +0000 (09:44 +0800)
committerJiaying Ren <renjiaying@cmss.chinamobile.com>
Tue, 24 Sep 2019 07:24:58 +0000 (15:24 +0800)
commitffe6ba39fa54cb5013f5896e7e221fc12339eb0f
treef22c8e929ae6c47537dca2e6c5322af62e121d98
parent42b8ff10269daec95a4106a3fb255807eeb7995d
rgw: fix REQUEST_URI setting in the rgw_asio_client.cc

rebased https://github.com/ceph/ceph/pull/16935 to the master,
the Civetweb part has been addressed,the Beast part is still
missing.

As Civetweb has set REQUEST_URI with full uri by:

env.set("REQUEST_URI", info->request_uri); // get the full uri, we anyway handle abs uris later

Beast frontend should match this too.

Signed-off-by: Jiaying Ren <renjiaying@cmss.chinamobile.com>
src/rgw/rgw_asio_client.cc