Comment 2 for bug 1654084

Revision history for this message
Steve Martinelli (stevemar) wrote : Re: Listing users with non-existent filter returns all users

According to the HTTP spec the query args are part of the URL, these are invalid and should result in a 4xx error. However, even the great google doesn't adhere to that, try the following:

https://www.google.com/#q=search+for+something&invalid=param&more=stuff

With that said, I tried looking up what the API working group has to say about this:

http://specs.openstack.org/openstack/api-wg/guidelines/pagination_filter_sort.html

But no luck, let's bounce this bug off of them and see what they have to say.