barbican/releasenotes/notes/fixed-invalid-route-response-code-15a681d07222a4f7.yaml
Douglas Mendizábal 39714bbf82 Fix response status for invalid routes
Barbican should respond to invalid routes with 404 NOT FOUND
instead of 405 METHOD NOT ALLOWED.

Change-Id: I9d1b854e98f666de2ff6443fe01d5c8a8c6922b6
2018-07-24 11:59:13 -05:00

7 lines
237 B
YAML

---
fixes:
- |
Fixed the response code for invalid subroutes for individual secrets. The
API was previously responding with the incorrect code "406 - Method not
allowed", but now responds correctly with "404 - Not Found".