Quote values going into URLs for RB Gateway.

Review Request #10637 — Created July 19, 2019 and submitted — Latest diff uploaded

Information

Review Board
release-4.0.x
4537c3f...

Reviewers

To help form valid URLs, we now ensure that all values going into a RB
Gateway URL is quoted. This ensures that if there's a character in a
branch name or file path that doesn't translate properly to a URL, it
will be encoded in such a way where the server can handle it.

Unit tests pass.

    Loading...