manila/releasenotes/notes/bug-1746202-fix-unicodeDecodeError-when-decode-API-input-4e4502fb50b69502.yaml
zhongjun bf19988984 Fix UnicodeDecodeError when decode API input
Convert UnicodeDecodeError to HTTPBadRequest in
FaultWrapper.

Change-Id: I826f05084b0a0ef170ef293d382868409b96ed3d
Closes-Bug: #1746202
2018-02-07 06:37:32 +00:00

6 lines
173 B
YAML

---
fixes:
- This patch converts UnicodeDecodeError exception into BadRequest, plus
an explicit error message. Fix invalid query parameter could lead to
HTTP 500.