]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: fix for zonegroup redirect url
authorCasey Bodley <cbodley@redhat.com>
Tue, 4 Apr 2017 14:42:44 +0000 (10:42 -0400)
committerNathan Cutler <ncutler@suse.com>
Thu, 6 Jul 2017 18:08:18 +0000 (20:08 +0200)
commit4e4cd5453670af8d87b217c60dc84dd39e192952
tree46c3c675a3d2fe0a76d5f9cb59e923c186ee1ab8
parent693d88081358f2059a65de5ddb4d35272ef1f3fe
rgw: fix for zonegroup redirect url

local dest_url variable was shadowing the one in the enclosing scope, so
the changes were not applied and no Location header was written on redirect

Fixes: http://tracker.ceph.com/issues/19488
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 542e188a40f0495720b48308372366951ae41e62)
src/rgw/rgw_rest.cc