-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hidden files are not returned by PROPFIND #41
Comments
Server doesn't return hidden files and folders since v2.0.0 release, is this a BUG or something I did wrong? Thanks @arut
|
Looks like this is the line that causes it:
Perhaps there should be a flag that toggles this? I'd submit a PR but I don't know enough about nginx internals. |
This repo has been abondoned, I used https://github.com/mid1221213/nginx-dav-ext-module |
Hi, @arut !
Looks like while doing refactoring you change semantic of PROPFIND, see 95e8fb9#diff-4e53c5fe25cf9451fc3262464aa2813eR497.
PROPFIND now don't return hidden files. But hidden files are very useful in scenario upload-file-as-hidden-and-rename-it.
Can you stop filtering out these hidden files and release this new version, please?
The text was updated successfully, but these errors were encountered: