[7.9] Commit history: branch view with slashes leads to 404
Created by: ghost
Hi,
in addition to #8990 (closed) I found another bug in the latest stable release (using 7.9 16d6f0e3):
When clicking on "Files" and selecting a branch with contains slashes like feature/issue-361
the commit history won't be loaded. A 404 error returns:
project/refs/feature%2Fissue-361/logs_tree/?_=1427295830339
Another interesting point is a 404 error for:
refs/master/logs_tree/CISWAB%2FMs-114_OA
The folder structure in my GitLab project was CISWAB/Ms-114_OA/
-> this time no slashes but a "-" sign and an underscore appears in the git foldername. This also lead to a 404.
Thanks again!