Issue still exist, tags with 2 slashes ('foo/bar/baz') are not accessible via web UI if branch 'foo/bar' exists
Created by: JasonMing
In #4729 (closed), I report an issue that when a tag with a slash like foo/bar
is not accessible if a branch named foo
.
@jacobvosmaer, I'm so sorry about reporting this issue again so late, because that time I really have no time to test this issue. But today, I tested on branch 6-5-stable, the issue still exist.
Here is the detail:
When I visit the branch foo/bar
, everything is ok.
But if I visit the tag foo/bar/1.0
, 404 is shown.
Although the tag can not access via the name, it is still accessible via the commit hash.