Error 404 when exploring branches containing # in the name
Created by: hithwen
Summary: When exploring branches that contain '#' in their name like feature/myfeature#45 gitlab generates url feature/myfeature%2345 which leads to error 404. Using version 5.2
Steps to reproduce:
- Enter gitlab a)
- Enter project
- Enter commits
- Enter branches
- Click a branch containing # in the name b)
- Click in activity of a branch containing # in the name
Expected behavior: View branch
Observed behavior: url feature/myfeature%2345 leads to 404