]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: fix url escaping
authorYehuda Sadeh <yehuda@inktank.com>
Fri, 25 Apr 2014 21:11:27 +0000 (14:11 -0700)
committerSage Weil <sage@inktank.com>
Mon, 28 Apr 2014 21:15:10 +0000 (14:15 -0700)
commita0271000c12486d3c5adb2b0732e1c70c3789a4f
treee37f4cd6cd542d820a2e845b09c68e1b82e8ecdc
parenta60e15af8a2941e33e2524be2ae0f6afc3eb827b
rgw: fix url escaping

Fixes: #8202
This fixes the radosgw side of issue #8202. Needed to cast value
to unsigned char, otherwise it'd get padded.

Backport: dumpling

Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
(cherry picked from commit bcf92c496aba0dfde432290fc2df5620a2767313)
src/rgw/rgw_common.cc