rclone/backend/http
Nick Craig-Wood 644313a4b9 http: Fix handling of directories with & in
This was caused by inconsistent escaping of the URL in the prefix
check, so check the URL links back to the correct host and scheme
instead of the prefix check.

The decoded path check will catch any URLs which are outside of the
root.
2018-02-14 11:26:37 +00:00
..
test Move all backends into backend directory 2018-01-12 17:07:38 +00:00
http.go http: Fix handling of directories with & in 2018-02-14 11:26:37 +00:00
http_internal_test.go http: Fix handling of directories with & in 2018-02-14 11:26:37 +00:00
http_unsupported.go Move all backends into backend directory 2018-01-12 17:07:38 +00:00