k4kfh / ZephyrCab

Drive a model train with prototypical controls, realistic behavior, and simulated physics; uses JMRI's WebSockets interface for layout connection
http://k4kfh.github.io/ZephyrCab
GNU Affero General Public License v3.0
10 stars 4 forks source link

Root URL not taken into consideration #35

Closed k4kfh closed 6 years ago

k4kfh commented 6 years ago

Zephyrcab does not take the root URL into consideration in loading the bundles files.

IE jmri:12080/web/ZephyrCab/cfg/bundles/somebundle.zephyrcab is the correct URL, but we're going to jmri:12080/cfg/bundles/somebundle.zephyrcab and getting a 404 that breaks the entire bundle system.

k4kfh commented 6 years ago

Solved in latest commit.