mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[PR #92] [MERGED] Return 404 in case the path doesn't match instead of 500 #2606
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#2606
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/92
Author: @mprasil
Created: 7/18/2018
Status: ✅ Merged
Merged: 7/18/2018
Merged by: @dani-garcia
Base:
master← Head:not_found📝 Commits (2)
233d23aReturn 404 in case the path doesn't match instead of 5002dc1427Bump the version📊 Changes
2 files changed (+14 additions, -9 deletions)
View changed files
📝
Cargo.toml(+1 -1)📝
src/api/web.rs(+13 -8)📄 Description
Currently we return 404 if
WEB_VAULT_ENABLEDis set tofalseand 500 if Vault is enabled. Upstream API responds with 404 for non-existent endpoints, so we should do the same.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.