Closed
Description
Version : 1.8.0
How to reproduce:
Create e repertory named repo/test
create a file "README.md" in the master branch, and push it
create a branch named "feature/whatever"
create another empty file, and push it (just to create a commit)
Control:
On the web interface : repo/test > branch "master" > last commit : tree > README.md : raw : This should work
Trouble:
On the web interface : repo/test > branch "feature/whatever" > last commit : tree > README.md : raw : This should not work and we get a message like
Error
Sorry, the requested resource ./README.md was not found in feature/whatever.
However, if we make the exact same procedure on the previous commit, it's ok (repo/test > branch "feature/whatever" > previous commit : tree > README.md : raw).
Also, notice that only branch with "/" (slash) in there name are concerned