Listing roleRefs (Role assignments) for non existent user returns an incorrect status code
Bug #999209 reported by
Rohit Karajgi
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Identity (keystone) |
Fix Released
|
Low
|
Dolph Mathews |
Bug Description
A GET on list roleRefs
say, http://
returns HTTP 200 and a blank list response body. {"roles": [ ]}
It should ideally return a 404 NotFound error.
Changed in keystone: | |
status: | New → Triaged |
importance: | Undecided → Low |
Changed in keystone: | |
assignee: | nobody → Dolph Mathews (dolph) |
Changed in keystone: | |
status: | Triaged → Fix Committed |
status: | Fix Committed → In Progress |
Changed in keystone: | |
milestone: | none → folsom-2 |
status: | Fix Committed → Fix Released |
Changed in keystone: | |
milestone: | folsom-2 → 2012.2 |
To post a comment you must log in.
This is fixed by the patch already in review for bug 968519.