[PR #328] [MERGED] fix: serve files with names containing newline char #568

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

📋 Pull Request Information

Original PR: https://github.com/sigoden/dufs/pull/328
Author: @sigoden
Created: 12/23/2023
Status: Merged
Merged: 12/23/2023
Merged by: @sigoden

Base: mainHead: fix-newline-filename


📝 Commits (2)

  • 5207295 fix: serve files with names containing newline char
  • d305cde fix tests for windows

📊 Changes

3 files changed (+31 additions, -2 deletions)

View changed files

📝 src/server.rs (+11 -1)
📝 tests/fixtures.rs (+8 -1)
📝 tests/http.rs (+12 -0)

📄 Description

close #327


🔄 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/328 **Author:** [@sigoden](https://github.com/sigoden) **Created:** 12/23/2023 **Status:** ✅ Merged **Merged:** 12/23/2023 **Merged by:** [@sigoden](https://github.com/sigoden) **Base:** `main` ← **Head:** `fix-newline-filename` --- ### 📝 Commits (2) - [`5207295`](https://github.com/sigoden/dufs/commit/52072952cfae57f623c19e34a2dac9fb8d7e33fa) fix: serve files with names containing newline char - [`d305cde`](https://github.com/sigoden/dufs/commit/d305cdee8f37d1080091059d5835f2989d632659) fix tests for windows ### 📊 Changes **3 files changed** (+31 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/server.rs` (+11 -1) 📝 `tests/fixtures.rs` (+8 -1) 📝 `tests/http.rs` (+12 -0) </details> ### 📄 Description close #327 --- <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:28 +03:00
zhus closed this issue 2026-04-08 16:53:28 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#568