Force Grails/Weblogic To Only Redirect Using HTTPS protocol
问题 I'm using Grails (2.2.2) on a project and my application issues undesirable http redirects instead of https redirects. We currently have an F5 load balancer in front of Oracle Weblogic. The F5 is offloading our SSL from Weblogic. The F5 only accepts https requests and Weblogic only accepts http requests. My Grails project uses the Spring Security and Spring Security CAS plugin. The problem typically occurs on a successful CAS login. Grails seems to always issue an HTTP redirect. My serverURL