mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-09-14 06:39:07 -04:00
The scope handlers know CS3 request types and url paths; handing them the *http.Request made every restricted scope fail with a type assertion error. Pass the path, like reva's own http auth interceptor, and allow the graph drives surface in the public share scope. The vendored reva change (checkGraphDrivesPath) needs a reva PR before this can go anywhere.