open-vault/changelog/14328.txt
Chris Capurso 2354435262
treat logical.ErrRelativePath as 400 instead of 500 (#14328)
* treat logical.ErrRelativePath as 400 instead of 500

* add changelog entry

* return UserError for logical.ErrRelativePath
2022-03-30 09:08:02 -04:00

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.
```