headswe / Swifty-Issue-Tracker

Swifty Issue Tracker
21 stars 4 forks source link

Url validation in "Address" needs a web server default document #193

Closed bux closed 7 years ago

bux commented 7 years ago

Swifty 2.1.5.6

When adding a new client side repo and filling out the remote repo url the address field shows a validation error if the web server doesn't serve a default document. No error/warning is logged.

Adding e.g. an "index.html" file to the repo folder solves this issue.

  1. In Swifty click on the "plus (+)" icon
  2. In the new dialog click on "Create"
  3. In the new dialog enter a name and fill out the repo url
  4. The address field turns red.

Possible solution: instead check for the repo info file. (forgot the proper file name)

BrightCandle commented 7 years ago

These are the both routed in the same problem: https://github.com/headswe/Swifty/issues/191

headswe commented 7 years ago

Fixed in next version