]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Impose a size limit on JSON request body
authorLiang Chen <cbjchen@cn.ibm.com>
Sat, 31 Aug 2013 06:53:43 +0000 (14:53 +0800)
committerLiang Chen <cbjchen@cn.ibm.com>
Wed, 11 Sep 2013 02:51:47 +0000 (10:51 +0800)
commitd899f8d9b745af7f9e7240389718bd3c8045a7dc
tree8b1aed1c451df5170fa260cbd1509efa0b5d455b
parent20a8a0833305854146206f69a41d12c3c681f4b0
Impose a size limit on JSON request body

The size limit on JSON request body is to ensure the server not being
overwhelmed by extremly large JSON request body.

Fixes bug #1215501

Change-Id: Ia58f6690e994d34212953c44821f7a4cc4c435fe
etc/heat/heat.conf.sample
heat/common/exception.py
heat/common/wsgi.py
heat/tests/test_wsgi.py