--
You received this message because you are subscribed to the Google Groups "bazel-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bazel-dev+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bazel-dev/34be8fb9-210e-44f9-a7c1-3f5bf44f8faan%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bazel-dev/CACpMnutrLufp%2BDZPduiJK5iMuf3U_xnKOBNer6Gi-oUXzXQYdA%40mail.gmail.com.
A few thoughts:* The url mapping should explicitly drop any authentication i.e. username / password in the url as this could be sensitive information that shouldn't be known by the mirror.
* How do you propose handling query parameters in the url? e.g. https://example.com/download?fileid=1234 This doesn't map onto your current proposed url mapping for a simple http based cache server.
* I don't know enough about the topic but in the case the hostname is an internationalized domain name (IDN) then I suspect that you need to convert it to a punycode representation in the path part of the url.
--
You received this message because you are subscribed to the Google Groups "bazel-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bazel-dev+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bazel-dev/726602aa-6d32-4cc3-9f53-0a22382c95ccn%40googlegroups.com.