summaryrefslogtreecommitdiffstats
path: root/src/test/java/com/gitblit/tests/mock/MockGitblitContext.java
Commit message (Collapse)AuthorAgeFilesLines
* raw: Strip leading and trailing slash from repo and path names for linkFlorian Zschocke2020-11-091-0/+12
When creating a link for raw display, a trailing slash is stripped from the end of the base URL. Also do this for the repository, as well as stripping leading slashes from the repository and the path values.