openservicebrokerapi / servicebroker

Open Service Broker API Specification
https://openservicebrokerapi.org/
Apache License 2.0
1.19k stars 434 forks source link

Investigate using MUST on 422 response #412

Closed duglin closed 5 years ago

duglin commented 6 years ago

In https://github.com/openservicebrokerapi/servicebroker/pull/409 in the "accepts_incomplete=true" section, we say that the Broker SHOULD return a 422 if "accepts_incomplete" is false and the broker knows it can't process the request in time. We should look into whether we can make it a MUST so that platforms can be guaranteed of the status code.

mattmcneeney commented 5 years ago

I believe this is now fixed, and we use MUST for all sections regarding accepts_incomplete=false