MobilityData / gtfs-realtime-validator

Java-based tool that validates General Transit Feed Specification (GTFS)-realtime feeds
Other
41 stars 10 forks source link

Add the possibility to upload file:/// url #57

Open isabelle-dr opened 2 years ago

isabelle-dr commented 2 years ago

Issue by pbougue May 15, 2017 Originally opened as https://github.com/CUTR-at-USF/gtfs-realtime-validator/issues/311


Summary:

I tried to provide a file:/// url (GTFS or GTFSRT), it didn't work

Steps to reproduce:

On a local setup, provide a correct file url to local file (file:///home/toto/myGTFS.zip)

Expected behavior:

Application accepts this GTFS file as a reference (can be a good workaround when not able to use https, or before releasing GTFS publicly) Same for GTFSRT would also be nice.

Observed behavior:

Application was unable to retrieve local file.

Platform:

Operating on Firefox 59 (nightly), Ubuntu 15.04, JDK 1.8.0_152.

isabelle-dr commented 2 years ago

Comment by barbeau Nov 15, 2017


@pbougue Thanks for opening this! I agree, this has been on my TODO list, so I'll see if we can get this added.