Skip to content

Resolve "Web IDE cannot open branches containing a '|' character"

What does this MR do?

Clicking the Web IDE button will fail to load a branch that contains a | in its name, displaying error Branch <START_NAME>%7<END_NAME> was not found in this project's repository.

This is due to double-escaping, which was introduced by this line of code: !44311 (diffs)

See #329690 (closed) for details.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Closes #329690 (closed)

Edited by Chad Woolley

Merge request reports