]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: fix url escaping 1734/head
authorYehuda Sadeh <yehuda@inktank.com>
Fri, 25 Apr 2014 21:11:27 +0000 (14:11 -0700)
committerYehuda Sadeh <yehuda@inktank.com>
Mon, 28 Apr 2014 17:14:07 +0000 (10:14 -0700)
commitbcf92c496aba0dfde432290fc2df5620a2767313
tree472b96d35e1b2a572f4749256bc7c8aa2715da71
parentf2edd959fcda5c3782345c5f9bd7f95413bc005f
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>
src/rgw/rgw_common.cc