Versions List Request ignores Accept header
Bug #843052 reported by
klmitch
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Identity (keystone) |
Fix Released
|
High
|
Ziad Sawalha |
Bug Description
According to the dev guide (section 3.4, around example 3.15), the version list should respond with JSON, XML, and ATOM+XML per the request:
GET http://
Accept: application/json
GET http://
Accept: application/xml
GET http://
Accept: application/
All three of the above requests respond with:
Content-Type: application/json; charset=UTF-8
Changed in keystone: | |
milestone: | none → essex-3 |
Changed in keystone: | |
status: | Confirmed → In Progress |
Changed in keystone: | |
assignee: | nobody → Ziad Sawalha (ziad-sawalha) |
Changed in keystone: | |
status: | Fix Committed → Fix Released |
Changed in keystone: | |
milestone: | essex-3 → 2012.1 |
To post a comment you must log in.
The first two requests above are now responding properly.
The third one is still responding with JSON.