Comment 9 for bug 1746202

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

Reviewed: https://review.openstack.org/539164
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=6029ccd44e500bd1d3ba41821793216cb4eac6dd
Submitter: Zuul
Branch: master

commit 6029ccd44e500bd1d3ba41821793216cb4eac6dd
Author: Kevin_Zheng <email address hidden>
Date: Tue Jan 30 17:28:01 2018 +0800

    Invalid query parameter could lead to HTTP 500

    Invalid query parameter could lead to HTTP 500, although
    Nova used JSON Schema verification to check input query
    params, but query like: GET /servers?limit=%88 will still
    lead to HTTP 500, as it failed to parse at webob which is
    pre JSON Schema check.

    Partial-Bug: #1746202

    Change-Id: I11b94a1aaeb67dc1a5abdcf0af5961ee8942a50a