Skip to content

Escape spaces to %20 rather than +

Lin Jen-Shin requested to merge qa-fix-escape-password-spaces into master

What does this MR do?

Escape spaces to %20 rather than +

Are there points in the code the reviewer needs to double check?

How could we test this?

Why was this MR needed?

CGI.escape would escape spaces to +, which is fine in some cases, but doesn't work for git clone.

Does this MR meet the acceptance criteria?

  • Tests added for this feature/bug
  • Review
    • Has been reviewed by Backend

@grzesiek Please review? Thanks!

Edited by Grzegorz Bizon

Merge request reports