rclone/cmd/serve/webdav
Nick Craig-Wood 072d1f10ab serve webdav: fix --baseurl without leading /
The webdav server needs the prefix passed to it with a leading /
otherwise it does not remove it properly.

The docs state that a leading slash is optional so this patch adds one
if not present.

See: https://forum.rclone.org/t/cant-rename-files-in-rclone-serve-webdav-with-baseurl-maybe-wrong-handling-of-move-request-method/44637
2024-02-21 18:08:44 +00:00
..
testdata/golden serve http, serve webdav: Added a --template flag for user defined markup 2020-05-04 17:36:31 +00:00
webdav_test.go webdav: added an rclone vendor to work with rclone serve webdav 2023-11-05 12:37:25 +00:00
webdav.go serve webdav: fix --baseurl without leading / 2024-02-21 18:08:44 +00:00