[PR #203] [MERGED] fix: URL-encoded filename when downloading in safari #514

Closed
opened 2026-04-08 16:53:14 +03:00 by zhus · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sigoden/dufs/pull/203
Author: @sigoden
Created: 3/31/2023
Status: Merged
Merged: 3/31/2023
Merged by: @sigoden

Base: mainHead: fix-content-disposition


📝 Commits (2)

  • a1738b3 fix: URL-encoded filename when downloading in safari
  • 7a2998d add test

📊 Changes

2 files changed (+28 additions, -11 deletions)

View changed files

📝 src/server.rs (+17 -11)
📝 tests/http.rs (+11 -0)

📄 Description

close #201


🔄 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/sigoden/dufs/pull/203 **Author:** [@sigoden](https://github.com/sigoden) **Created:** 3/31/2023 **Status:** ✅ Merged **Merged:** 3/31/2023 **Merged by:** [@sigoden](https://github.com/sigoden) **Base:** `main` ← **Head:** `fix-content-disposition` --- ### 📝 Commits (2) - [`a1738b3`](https://github.com/sigoden/dufs/commit/a1738b3289cf761a9d46998c364db94da2e96bef) fix: URL-encoded filename when downloading in safari - [`7a2998d`](https://github.com/sigoden/dufs/commit/7a2998dad2ef8647991baa39cfcd5d2b2030c8d4) add test ### 📊 Changes **2 files changed** (+28 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `src/server.rs` (+17 -11) 📝 `tests/http.rs` (+11 -0) </details> ### 📄 Description close #201 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zhus added the pull-request label 2026-04-08 16:53:14 +03:00
zhus closed this issue 2026-04-08 16:53:14 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#514