onebusaway-application-modules icon indicating copy to clipboard operation
onebusaway-application-modules copied to clipboard

external javascript and stylesheet loading not https friendly

Open danp opened this issue 8 years ago • 5 comments

When trying to serve the OBA webapp via https things break because external javascript and stylesheet resources are hardcoded to http://... instead of the more friendly //....

For example the Google Maps resources here.

danp avatar Jan 03 '17 14:01 danp

Thanks @danp! Pull requests welcome if you've already fixed this ;).

barbeau avatar Jan 03 '17 14:01 barbeau

I have a start to fix things in onebusaway-application-modules which I'll push up. Think the lone holdout is this from gwt-search. Not sure how to fix that.

danp avatar Jan 03 '17 15:01 danp

Cool, thanks! Eek - yeah, GWT might pose problems. It's never been one to cooperate and AFAIK the plugin has been abandoned by Google.

You might want to give this PR a spin for a newer web UI: https://github.com/OneBusAway/onebusaway-application-modules/pull/176

...under onebusaway-enterprise-acta-webapp. This will eventually (hopefully soon) replace the legacy web UI, which is the current onebusaway-webapp. Here's the new web UI in action in Tampa: http://tampa.onebusaway.org/enterprise/#Hillsborough Area Regional Transit_7800

barbeau avatar Jan 03 '17 15:01 barbeau

Will check out the new UI PR, thanks!

Opened #195 to fix direct javascript loading in webapp at least.

danp avatar Jan 05 '17 01:01 danp

Thanks!

On Jan 4, 2017 8:47 PM, "Dan Peterson" [email protected] wrote:

Will check out the new UI PR, thanks!

Opened #195 https://github.com/OneBusAway/onebusaway-application-modules/pull/195 to fix direct javascript loading in webapp at least.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/OneBusAway/onebusaway-application-modules/issues/194#issuecomment-270542187, or mute the thread https://github.com/notifications/unsubscribe-auth/AA4pLS7fYEvuLbG-U6EWuE8S1vqhZB2dks5rPEvBgaJpZM4LZr2d .

barbeau avatar Jan 05 '17 02:01 barbeau