mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #268] A limited user shows root folder when using webdav #141
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 @fimmspin on GitHub (Sep 26, 2023).
Original GitHub issue: https://github.com/sigoden/dufs/issues/268
I have an admin user with full access to / folder and a limited user with access only to /TEMP folder.
If connecting via web all is OK and showed correctly.
If connecting via Windows Webdav mapped drive using the limited user credentials i see the / root folder file listing and folders (there is really no access to file contents, resulting in a 401 or 403 error, correctly).
Would it be possible to set the /TEMP folder directly as / root when using the limited user credentials, as in the web version?
Environment:
@sigoden commented on GitHub (Sep 26, 2023):
The awser is same to #263
Webdav must be designed like this.
This is because some webdav clients do not carry the Authorization header when listing files.