]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
rgw: req xml params size limitation error msg
authorEnming Zhang <enming.zhang@umcloud.com>
Fri, 7 Jul 2017 10:05:17 +0000 (18:05 +0800)
committerEnming Zhang <enming.zhang@umcloud.com>
Sat, 15 Jul 2017 13:13:11 +0000 (21:13 +0800)
commiteb752e0b8d5a6c10726c9e430d348b3a5df81fa4
tree0ef906a965935f42b54713842179d2233171a472
parentd723b8a667018a37817a6660d658969b40cc6b88
rgw: req xml params size limitation error msg

Now rgw will return like following:

400
<?xml version="1.0" encoding="UTF-8"?><Error><Code>MalformedXML</Code><Message>The XML you provided was larger than the maximum 2048 bytes allowed.</Message><BucketName>333</BucketName><RequestId>tx000000000000000000009-00596a1331-101a-default</RequestId><HostId>101a-default-default</HostId></Error>

Signed-off-by: Enming Zhang <enming.zhang@umcloud.com>
src/rgw/rgw_op.cc