dtretyakov opened a new issue, #2146: URL: https://github.com/apache/incubator-opendal/issues/2146
Currently if WebDAV service uses redirects it's impossible to use sccache due to lack of redirects support in opendal (https://github.com/mozilla/sccache/issues/1749). In OpenDAL core redirects are disabled by default: https://github.com/apache/incubator-opendal/blob/40a0d04bd8081a52e61470450112d66bc8975b1c/core/src/raw/http_util/client.rs#L64 In our case it's fine to support HTTP 302/307 redirects. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
