openservicebrokerapi / servicebroker

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

In case of X-broker-api-version code and spec not working synchronously #736

Closed chourasiya closed 3 years ago

chourasiya commented 3 years ago

What is the problem? In service broker specification X-Broker-API-Version must be present in the request but when i import service broker code and run, it's api working without this header as well. Can anyone tell me what i have to do to match with specification. Dependency : spring-cloud-starter-open-service-broker 3.1.1.RELEASE Open Service Broker API v2.15

Who does this affect? We try to find out weather it's correct behavior or spec meaning is something different.

Do you have any proposed solutions?

Additional context image

Samze commented 3 years ago

Hey @chourasiya I think this is an issue with the spring-cloud-starter-open-service-broker 3.1.1.RELEASE library and not the specification. You can find that repository here