cinder/releasenotes/notes/bug-invalid-content-type-1715094-8yu8i9w425ua08f3.yaml
TommyLike afae1e4b41 Raise HTTPUnsupportedMediaType when content type is unsupported
Instead of 500 internal error, now cinder will raise
HTTPUnsupportedMediaType when any unsupported content type is being
used.

Change-Id: I024769114caafe8d0e70babd93382702f45aafcc
Closes-Bug: #1715094
2018-08-21 17:14:02 +08:00

6 lines
145 B
YAML

---
fixes:
- |
Cinder now will return 415 (HTTPUnsupportedMediaType) when any unsupported
content type is specified in request header.