I find that after spring security logs me in, everything is being run through HTTPS and I want to be able to route the pages automatically BACK to HTTP and only use HTTPS wher I NEED/SHOULD be using it so I can speed up pages. But in looking around, I can't find anything on dynamically changing the routing. 'grails.plugins.springsecurity.secureChannel.definition' does not do this automatically but acts as an ENFORCER.
What is proper procedure for changing the protocol between pages?
Owen Rubel