TSYS-Merchant / stumps

Apache License 2.0
3 stars 3 forks source link

Validate Port is available #53

Closed sblackmore-mw closed 10 years ago

sblackmore-mw commented 10 years ago

Right now there is no validation on if the port that the user enters on the add website screen is being used. Add a check and return an error if the port is already in use.

Validate that Domain is a domain and not a URL. Domain can also include port forwarding information (as described in Issue #49 )