mirror of
https://github.com/rclone/rclone.git
synced 2025-08-04 04:01:11 +02:00
The webdav library was confused by the Path manipulation done by lib/http when stripping the prefix. This patch adds the prefix back before calling it. Fixes #6650