-
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
Adding fake PROPPATCH to make windows happy #52
Comments
IMO faking support is better than not supporting Windows at all, but why do we need to fake it? is adding real support much more difficult or something? (i'm not complaining, i just honestly don't know the answer, i don't even know what PROPPATCH is supposed to do) |
this is related to issue #18 |
Hi @divinity76, |
i just skimmed through https://tools.ietf.org/html/rfc4918#section-9.2 , and concluded that adding proper PROPPATCH support is certainly non-trivial. thanks for sharing! |
For
But for windows WebDAV clients you need more hacks: http://netlab.dhis.org/wiki/ru:software:nginx:webdav (see end of page - all in one hacks) |
thanks man @rozhuk-im |
Did anyone get this working with the above suggestions? |
Thank you!!! |
Hi All,
I added a patch to response PROPPATCH for windows. Let dav-ext work with windows explorer.
Windows need LOCK and PROPPATCH to put a file.
proppatch.patch.gz
The text was updated successfully, but these errors were encountered: