open-vault/changelog/10596.txt
Angel Garbarino feca115ef4
Bug: Fix issue with double encoding on space in secret history route (#10596)
* setup for concept it works, but probably not the best solution

* add comment and remove console and test var

* use normalize path higher up to fix issu

* add test for bug that fixing

* forgot a couple of changes

* changelog
2021-01-04 09:32:52 -07:00

5 lines
154 B
Plaintext

```release-note:bug
ui: Fix bug that double encodes secret route when there are spaces in the path and makes you unable to view the version history.
```