Re: tomcat and spring security secure channel setting

2011-04-07 Thread Igor Cicimov
Remove the second iptables rule and see if it works. You have that redirect in the connector already. Sent from my phone On Apr 7, 2011 7:08 AM, "Gavin Yue" wrote: Hi, I am using grails spring security to secure the url. I specify in grails: grails.plugins.springsecurity.secureChannel.definit

tomcat and spring security secure channel setting

2011-04-06 Thread Gavin Yue
Hi, I am using grails spring security to secure the url. I specify in grails: grails.plugins.springsecurity.secureChannel.definition = [ '/': 'REQUIRES_INSECURE_CHANNEL', '/**': 'REQUIRES_SECURE_CHANNEL', ] to make the homepage use http and all other url use https. This works