You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Originally reported on Google Code with ID 421
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)_
The text was updated successfully, but these errors were encountered: