Root URL not taken into consideration
k4kfh opened this issue · 1 comments
k4kfh commented
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
Solved in latest commit.