Comment 2 for bug 1099025

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to keystone (master)

Reviewed: https://review.openstack.org/19567
Committed: http://github.com/openstack/keystone/commit/7691276b869a86c2b75631d5bede9f61e030d9d8
Submitter: Jenkins
Branch: master

commit 7691276b869a86c2b75631d5bede9f61e030d9d8
Author: Dan Prince <email address hidden>
Date: Sat Jan 12 22:22:42 2013 -0500

    Limit the size of HTTP requests.

    Adds a new RequestBodySizeLimiter middleware to guard against
    really large HTTP requests. The default max request size is 112k
    although this limit is configurable via the 'max_request_body_size'
    config parameter.

    Fixes LP Bug #1099025.

    Change-Id: Id51be3d9a0d829d63d55a92dca61a39a17629785