v1.0.73: auto-upgrade http:// to https:// for WebDAV
Zahra's sync pair was configured with http://dav.khodak.me. Traefik has a global HTTP->HTTPS redirect, but PROPFIND/PUT/MOVE are not followed through redirects by OkHttp — so every WebDAV operation was getting redirected and silently failing. 1072 logins, 0 actual DAV operations. Silently rewrite http:// to https:// at the provider level so users never need to reconfigure.
This commit is contained in:
+2
-2
@@ -1,2 +1,2 @@
|
||||
VERSION_NAME=1.0.72
|
||||
VERSION_CODE=72
|
||||
VERSION_NAME=1.0.73
|
||||
VERSION_CODE=73
|
||||
|
||||
Reference in New Issue
Block a user