-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
X-Broker-API-Version Header Check vs Spec Definition #3
Comments
What would be a good fix to this, to make this part configurable in the test config, i.e. "check for X-Broker-API-Version header" (true or false)? |
I think this means, that requests without that header are invalid requests. That would be a 400 BadRequest. What do you think? |
@zhongyi-zhang @norshtein Any thought? |
The following check seems to be imposing a requirement that the spec does not actually impose:
should reject requests without X-Broker-API-Version header with 412
The Open Service Broker Spec states:
Note that this doesn't actually state the brokers MUST fail the request (it doesn't define the behavior so it''s ambiguous).
The text was updated successfully, but these errors were encountered: