From ddb4caaf9c1e528252d1fa8f19305c0716f91801 Mon Sep 17 00:00:00 2001 From: Yehuda Sadeh Date: Mon, 30 Nov 2015 13:48:10 -0800 Subject: [PATCH] rgw: fix a typo Signed-off-by: Yehuda Sadeh --- src/rgw/rgw_rest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rgw/rgw_rest.cc b/src/rgw/rgw_rest.cc index cb687656153f9..767ad1ecfc3d7 100644 --- a/src/rgw/rgw_rest.cc +++ b/src/rgw/rgw_rest.cc @@ -1411,7 +1411,7 @@ int RGWREST::preprocess(struct req_state *s, RGWClientIO *cio) string encoded_bucket = "/"; encoded_bucket.append(subdomain); if (s->info.request_uri[0] != '/') - encoded_bucket.append("/'"); // XXX What in the world is this apostrophe? + encoded_bucket.append("/"); encoded_bucket.append(s->info.request_uri); s->info.request_uri = encoded_bucket; } -- 2.39.5