]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: fix for zonegroup redirect url 14319/head
authorCasey Bodley <cbodley@redhat.com>
Tue, 4 Apr 2017 14:42:44 +0000 (10:42 -0400)
committerCasey Bodley <cbodley@redhat.com>
Tue, 4 Apr 2017 14:58:42 +0000 (10:58 -0400)
commit542e188a40f0495720b48308372366951ae41e62
treeddf04f2850c5c43ab951897f2a4919ddf603c6c1
parent92f63c6392bdc4633a2e57cb3867051bb1a3fd55
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>
src/rgw/rgw_rest.cc