Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid merging URLs in HttpUtils (bazelbuild#14954)
`mergeUrls` does not need to rebuild the URL from scratch if user information exists on the original URL. This behavior can actually break the 302 redirect due to subtle changes in the URL/encoding and should be avoided when possible. This fixes bazelbuild#14866 by correcting the implementation of `mergeUrls` to match the documentation that was added instead of rebuilding the URL from scratch which breaks the encoding of signed URLs. Closes bazelbuild#14922. PiperOrigin-RevId: 431935885 (cherry picked from commit 8cefb8b) Co-authored-by: Benjamin Lee <ben@ben.cm>
- Loading branch information