Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
gitblit opened this issue Aug 12, 2015 · 2 comments
Closed

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

gitblit opened this issue Aug 12, 2015 · 2 comments

Comments

@gitblit
Copy link
Collaborator

gitblit commented Aug 12, 2015

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)_
@gitblit
Copy link
Collaborator Author

gitblit commented Aug 12, 2015

Your identification of the bug is correct. The fix has been pushed to master.

Reported by James.Moger on 2014-05-07 13:30:55

  • Status changed: Queued
  • Labels added: Milestone-1.5.1

@gitblit
Copy link
Collaborator Author

gitblit commented Aug 12, 2015

Fix or change deployed in 1.5.1 release.

Reported by James.Moger on 2014-05-07 17:48:03

  • Status changed: Done

@gitblit gitblit closed this as completed Aug 12, 2015
@flaix flaix modified the milestone: 1.5.1 Dec 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants