From: Colin Patrick McCabe Date: Mon, 2 May 2011 22:57:06 +0000 (-0700) Subject: rgw: fix ACL XML generation X-Git-Tag: v0.28~110 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fa2da0c5e7e33f3afe763025ccf8d95bc7d8ece3;p=ceph.git rgw: fix ACL XML generation Put AccessControlPolicy in the http://s3.amazonaws.com/doc/2006-03-01/ namespace. Signed-off-by: Colin McCabe --- diff --git a/src/rgw/rgw_acl.h b/src/rgw/rgw_acl.h index 6ac593f3db36..611b9443ea17 100644 --- a/src/rgw/rgw_acl.h +++ b/src/rgw/rgw_acl.h @@ -403,7 +403,7 @@ public: ::decode(acl, bl); } void to_xml(ostream& out) { - out << ""; + out << ""; owner.to_xml(out); acl.to_xml(out); out << "";