imagej / imagej-updater

The automatic updater for ImageJ
Other
12 stars 15 forks source link

Fix parsing of protocol/username/hostname from host string (issue #53) #68

Open carandraug opened 6 years ago

carandraug commented 6 years ago

FilesUploader: remove logic of parsing the host string which is kinda duplicated and have it as part of the UpdateSite class. UpdateSite: set the upload protocol, username, and hostname as part of setting the host string.