BytemarkHosting / docker-webdav

Docker image for running an Apache WebDAV server
MIT License
350 stars 166 forks source link

Add User-Agent match for Windows 10 client #13

Open dennisameling opened 4 years ago

dennisameling commented 4 years ago

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

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.