Protocol tests for routing failures #2348
Labels
feature-request
A feature should be added or improved.
server
This issue involves the specification for server software.
There is no coverage in protocol tests when routing fails, across all protocols. This is something that can be remediated by designing a good test suite that exercises ambiguous routing decisions with
@httpMalformedRequestTests
.The specs also do not prescribe what responses when routing fails should look like. Things like setting
X-Amzn-ErrorType
toUnknownOperationException
for AWS JSON 1.x protocols should be documented, what HTTP status codes to use, what the body should look like, what headers (e.g.Content-Type
) to set, etc.The text was updated successfully, but these errors were encountered: