]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
Revert "rgw: Fix Host->bucket fallback logic inversion" 11102/head
authorCasey Bodley <cbodley@redhat.com>
Thu, 15 Sep 2016 19:49:34 +0000 (15:49 -0400)
committerCasey Bodley <cbodley@redhat.com>
Thu, 15 Sep 2016 19:59:17 +0000 (15:59 -0400)
commitb4dd18c676a49f1d4d15fadf9c672b44cb96c851
tree038f6487e7ec1a50cb1c0a83ca73362620cb512b
parentc6dc589fa43db5bdca34b17650b903e3728ec620
Revert "rgw: Fix Host->bucket fallback logic inversion"

This reverts commit 0e0a4bc3dcb61c2e8dfe65daefe207c62b36306c.

this commit, while logically correct, causes us to add a / to the end of
the request_uri. this breaks signature verification, because the initial
signature was generated without the /

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