catalogueglobal / datatools-ui

Core application for the Conveyal transit data tools suite. NOTE: Active development has returned to https://github.com/conveyal/datatools-ui
MIT License
23 stars 8 forks source link

Feed url validation mismatch between client and server #26

Open evansiroky opened 7 years ago

evansiroky commented 7 years ago

It appears that the client is less strict and will accept a url without a protocol, whereas the server requires the protocol. Recommended fix is to have the ui also require a protocol.

landonreed commented 5 years ago

@evansiroky can you be more specific? Is the client URL validation you're referring to in the editor (e.g., when a user updates agency_url or route_url)? Please also verify if this mismatch still exists (and close if not).