Skip to content
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

Add User-Agent match for Windows 10 client #13

Open
dennisameling opened this issue Aug 5, 2019 · 0 comments
Open

Add User-Agent match for Windows 10 client #13

dennisameling opened this issue Aug 5, 2019 · 0 comments

Comments

@dennisameling
Copy link

As fixed in #11, the Windows 10 client has problems with 301 redirects issued by the Apache server. This is what happens:

  • Windows requests PROPFIND /Foldername without the trailing slash after /Foldername
  • Apache returns a 301 response to /Foldername/, which causes various errors in Windows, like not being able to create folders. In short: Windows can't deal with 301 redirects in WebDAV properly.

By adding an entry to the BrowserMatch list for ^Microsoft-WebDAV-MiniRedir (the Windows 10 WebDAV client), the problem is resolved with redirect-carefully. Please consider merging PR #11 to resolve this issue for Windows 10 users.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant