400 response from samples api returns JSON response without content-type header
Bug #1426483 reported by
Chris Dent
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ceilometer |
Fix Released
|
Undecided
|
Mehdi Abaakouk |
Bug Description
If you make a request like this:
- name: negative limit value
url: /v2/samples?
The response correctly has a 400 status code and the body of the body of the response is this:
{"error_
that's JSON, but there is no content-type header declaring the media-type of the body.
Changed in ceilometer: | |
milestone: | none → liberty-3 |
status: | Fix Committed → Fix Released |
Changed in ceilometer: | |
milestone: | liberty-3 → 5.0.0 |
To post a comment you must log in.
This is also the case for 404 responses.