[PR #24] [MERGED] fixed #23 filename xml escaping #426

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

📋 Pull Request Information

Original PR: https://github.com/sigoden/dufs/pull/24
Author: @jkoop
Created: 6/6/2022
Status: Merged
Merged: 6/6/2022
Merged by: @sigoden

Base: mainHead: main


📝 Commits (1)

📊 Changes

3 files changed (+13 additions, -4 deletions)

View changed files

📝 Cargo.lock (+7 -0)
📝 Cargo.toml (+1 -0)
📝 src/server.rs (+5 -4)

📄 Description

gvfs/gio doesn't like percent-encoding. Everything is ok with xml-escaped text, though.


🔄 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/24 **Author:** [@jkoop](https://github.com/jkoop) **Created:** 6/6/2022 **Status:** ✅ Merged **Merged:** 6/6/2022 **Merged by:** [@sigoden](https://github.com/sigoden) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`84a0e3c`](https://github.com/sigoden/dufs/commit/84a0e3c0e57b997f7a2704b34ed9cda5bd69fd58) fixed #23 ### 📊 Changes **3 files changed** (+13 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+7 -0) 📝 `Cargo.toml` (+1 -0) 📝 `src/server.rs` (+5 -4) </details> ### 📄 Description gvfs/gio doesn't like percent-encoding. Everything is ok with xml-escaped text, though. --- <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:52:52 +03:00
zhus closed this issue 2026-04-08 16:52:52 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#426