[PR #2768] [MERGED] add not_found catcher for 404 errors #3145

Closed
opened 2026-03-03 09:26:11 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/2768
Author: @stefan0xC
Created: 9/25/2022
Status: Merged
Merged: 9/25/2022
Merged by: @dani-garcia

Base: mainHead: catch-404-errors


📝 Commits (2)

  • acb5ab0 add not_found catcher for 404 errors
  • 102ee3f add api_not_found catcher for 404 errors in /api

📊 Changes

4 files changed (+34 additions, -1 deletions)

View changed files

📝 src/api/core/mod.rs (+16 -0)
📝 src/api/mod.rs (+2 -0)
📝 src/api/web.rs (+14 -1)
📝 src/main.rs (+2 -0)

📄 Description

fixes #2767


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/2768 **Author:** [@stefan0xC](https://github.com/stefan0xC) **Created:** 9/25/2022 **Status:** ✅ Merged **Merged:** 9/25/2022 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `catch-404-errors` --- ### 📝 Commits (2) - [`acb5ab0`](https://github.com/dani-garcia/vaultwarden/commit/acb5ab08a85d2c752d47713336ec83848d1a34be) add not_found catcher for 404 errors - [`102ee3f`](https://github.com/dani-garcia/vaultwarden/commit/102ee3f871152677efafa6688722808f31a95e62) add api_not_found catcher for 404 errors in /api ### 📊 Changes **4 files changed** (+34 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/api/core/mod.rs` (+16 -0) 📝 `src/api/mod.rs` (+2 -0) 📝 `src/api/web.rs` (+14 -1) 📝 `src/main.rs` (+2 -0) </details> ### 📄 Description fixes #2767 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 09:26:11 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vaultwarden#3145
No description provided.