1
0
mirror of https://github.com/rclone/rclone.git synced 2025-01-13 20:38:12 +02:00
rclone/backend/webdav
Ivan Andreev 9ca6bf59c6 webdav: enforce encoding to fix errors with sharepoint-ntlm (#2921)
On-premises Sharepoint returns HTTP errors 400 or 500 in
reply to attempts to use file names with special characters
like hash, percent, tilde, invalid UTF-7 and so on.
This patch activates transparent encoding of such characters.
2021-02-23 23:27:30 +00:00
..
api
odrvcookie Use http.NewRequestWithContext where possible after go1.13 minimum version 2021-02-03 17:41:27 +00:00
webdav_test.go webdav: add support for sharepoint with NTLM authentication (#2921) 2021-02-23 23:27:30 +00:00
webdav.go webdav: enforce encoding to fix errors with sharepoint-ntlm (#2921) 2021-02-23 23:27:30 +00:00