39714bbf82
Barbican should respond to invalid routes with 404 NOT FOUND instead of 405 METHOD NOT ALLOWED. Change-Id: I9d1b854e98f666de2ff6443fe01d5c8a8c6922b6
7 lines
237 B
YAML
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".
|