]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw_xml: xml_handle_data() appends data string
authorYehuda Sadeh <yehuda@inktank.com>
Wed, 1 Aug 2012 18:19:32 +0000 (11:19 -0700)
committerYehuda Sadeh <yehuda@inktank.com>
Fri, 10 Aug 2012 17:39:39 +0000 (10:39 -0700)
commita06f7783fbcc02e775fc36f30e422fe0f9e0ec2d
tree3d23df3899de5b2d4792ec0bb204200df1176fa3
parenta8b224b9c4877a559ce420a2e04f19f68c8c5680
rgw_xml: xml_handle_data() appends data string

Fixes: #2879.
xml_handle_data() appends data to the object instead of just
replacing it. Parsed data can arrive in pieces, specifically
when data is escaped.

Backport: argonaut
Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
src/rgw/rgw_xml.cc