You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sabre/dav does not seem to approve of percent-encoded base URLs (e.g.
`http%3A//nextcloud.local/...`), it will then consider them as absolute
paths and fail.
--> adapt fix from #9334 to only encode the remote path, as sabre parses
those paths just fine.
Resolves: #9582
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
0 commit comments