mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-07 20:01:42 +01:00
* treat logical.ErrRelativePath as 400 instead of 500 * add changelog entry * return UserError for logical.ErrRelativePath
4 lines
150 B
Plaintext
4 lines
150 B
Plaintext
```release-note:change
|
|
core: A request that fails path validation due to relative path check will now be responded to with a 400 rather than 500.
|
|
```
|