You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is caused by normalizePath() from route-recognizer package which will not revert escaped % character. This causes the % character to be escaped for the 2nd time later in the code. Should we just use the decodeURIComponent() instead?
Describe the bug
the web UI fails to list secrets when a component of the path contains a % character
To Reproduce
I've noticed the URL is well encoded :
http://localhost:8200/ui/vault/secrets/secret/show/Test %251
Expected behavior
The secret is correctly shown in the web UI.
Environment:
Additional context
The secert is displayed via CLI.
The secret is listed : http://localhost:8200/ui/vault/secrets/secret/list
The text was updated successfully, but these errors were encountered: