]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
src/rgw: Fix for malformed url 43528/head
authorKalpesh Pandya <kapandya@redhat.com>
Wed, 13 Oct 2021 19:59:06 +0000 (01:29 +0530)
committerKalpesh Pandya <kapandya@redhat.com>
Mon, 18 Oct 2021 06:38:51 +0000 (12:08 +0530)
commit2916f2439eb2f62bc08c3e283b13391302b3e497
treee6f497a9c5cd266437744c35bbd726cb1cf7d67b
parent5db11d398856f1e5a93048865af3a8da8e128e8d
src/rgw: Fix for malformed url

This PR solves: https://tracker.ceph.com/issues/52738
It is solved by making changes to rgw_url.cc
A test is also added to check it's working.

Signed-off-by: Kalpesh Pandya <kapandya@redhat.com>
src/rgw/rgw_url.cc
src/test/rgw/test_rgw_url.cc