api: Restrict additional query string arguments
All APIs except the root version APIs now use strict query string parsing. A test is added to ensure same. A couple of tests need to be updated since they were using the wrong path: while the path is ignored when calling the controllers directly, the query strings are not. Change-Id: I6dcb5b8f1f865df8f6b17cd7f0d730c3bdff241e Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
@@ -8,4 +8,6 @@ features:
|
||||
|
||||
In addition, the ``rxtx_factor`` and ``OS-FLV-DISABLED:disabled`` fields
|
||||
have been removed from all flavors responses, while the ``rxtx_factor``
|
||||
field can no longer be provided when creating a server.
|
||||
field can no longer be provided when creating a server. Finally, all APIs
|
||||
now reject unknown query string parameters with a HTTP 400 (Bad Request)
|
||||
error, building upon work first started in microversion 2.75.
|
||||
|
||||
Reference in New Issue
Block a user