Affected Version: 2.9
What steps will reproduce the problem?
1. Install plugins/gitblit
2. Configure appropriately
3. Open gitblit on a project
What is the expected output? What do you see instead?
Expected: gitblit screen with list of commits with a nice branch graph.
Actual: gitblit screen with list of commits and a "broken image" icon to the left of the commits, where the branch graph should be.
Please provide any additional information below.
This is caused by the gerrit-gitblit plugin not wrapping the BranchGraphServlet. As a result the /graph/* URLs cannot be resolved to that servlet.
The attached patch solves this.