Skip to content

When running gitblit on a port other than 80 clone links are not accurate #749

Description

@gitblit

Originally reported on Google Code with ID 453

What steps will reproduce the problem?
1. Set: server.httpPort = 8000; server.httpsPort = 0
2. Logon to gitblit (http://{HOST_NAME}:8000/
3. Navigate to repositories.
4. Open a repository

What is the expected output? What do you see instead?
Expected Output:
Repository URL = http://{USERNAME}@{HOST_NAME}:8000/r/{REPOSITORY_NAME}.git
What I See:
Repository URL = http://{USERNAME}@{HOST_NAME}/r/{REPOSITORY_NAME}.git

What version of the product are you using? On what operating system?
Version #1.6.0, just upgraded from v#1.5.1

Please provide any additional information below.
This also affects RSS feeds.

Reported by Spitfire5592 on 2014-06-20 14:23:00


- _Attachment: [gitblit.properties](https://storage.googleapis.com/google-code-attachments/gitblit/issue-453/comment-0/gitblit.properties)_

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions