mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #19] bug: filenames aren't properly escaped in WebDAV PROPFIND #12
Reference in New Issue
Block a user
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?
Originally created by @jkoop on GitHub (Jun 5, 2022).
Original GitHub issue: https://github.com/sigoden/dufs/issues/19
To reproduce the issue, create a folder with a file called
This & that. Try to mount the folder via WebDAV. See it fail (possibly with an XML parse error).Excerpts from the PROPFIND response from
dufandapache2:@jkoop commented on GitHub (Jun 5, 2022):
Fixed by PR 20
@jkoop commented on GitHub (Jun 6, 2022):
@sigoden's fix didn't fix this issue. But at least the XML parses now
@sigoden commented on GitHub (Jun 6, 2022):
I have tested it on windows dav. It works. @jkoop