Http 422 is a valid response code
Bug #1532704 reported by
HouMing Wang
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
WSME |
In Progress
|
Undecided
|
HouMing Wang |
Bug Description
HTTP 422 is valid Status Code Extensions to HTTP/1.1 for webdav[1]. And wsme/pecan consumer will produce this 422 status code, for example, Kubernetes API will returned 422 to Magnum in some failure conditions[2] [3]. We should make 422 a valid code, to prevent the original client error 422 turn into inappropriate server error 500.
[1] http://
[2] https:/
[3] https:/
Changed in wsme: | |
assignee: | nobody → HouMing Wang (houming-wang) |
description: | updated |
description: | updated |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/265724
Review: https:/