| Issue 2484: | gitweb displays ssh download links when gerrit has them disabled | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Affected Version:
2.8.1
What steps will reproduce the problem?
1. Install gerrit with gitweb authenticated by gerrit
2. Setup gerrit.conf with [download] not having scheme=ssh in it. Include a minimal config e.g.:
[download]
command = checkout
command = cherry-pick
command = pull
scheme = http
3. Authenticate and go to gitweb.
4. See that the URL section contains an ssh URL.
I would only have expected an https link to be offered. There are both https and ssh URLS.
|
|
| ► Sign in to add a comment |