Skip to content

Internal Error on summary page when SSH port 22 is used #717

Description

@gitblit

Originally reported on Google Code with ID 421

What steps will reproduce the problem?
1. Change SSH port to 22
2. Go to repository summary page
3. Internal error

What is the expected output? What do you see instead?
Summary page

What version of the product are you using? On what operating system?
1.5.0
Windows 7

Please provide any additional information below.
I have attached the stack trace from the server.

I believe the error have roots in the the SshDaemon.java where "ssh://" is omitted
from the url (https://github.com/gitblit/gitblit/blob/master/src/main/java/com/gitblit/transport/ssh/SshDaemon.java#L144),
causing Transport.fromUrl() to fail (https://github.com/gitblit/gitblit/blob/master/src/main/java/com/gitblit/Constants.java#L557).

Reported by jakob@jboysen.dk on 2014-05-07 09:02:54


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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions