pongasoft / glu

Deployment Automation Platform
Apache License 2.0
518 stars 99 forks source link

/console/js/bootstrap.min.js redirects bypasses serverURL #280

Closed ypujante closed 9 years ago

ypujante commented 9 years ago

Based on forum thread discussion http://glu.977617.n3.nabble.com/bootstrap-min-js-redirect-td4026861.html

The issue is that /console/js/bootstrap.min.js triggers a redirect to /console/static/js/bootstrap.min.js which unfortunately drops the https component although it is set in the grails configuration serverURL entry.

ypujante commented 9 years ago

Fixed with 5.5.5