Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Forcing https in Grails

in a struts application, I have a filter that forces certain pages to be accessed only over https via redirection. I'm thinking in porting it to grails so my question is: In the this environment, is there a "grails" way to implement such filter or is it similar/the same as I did ? Thanks

like image 851
xain Avatar asked Jun 28 '10 20:06

xain


1 Answers

The Spring Security core plugin has support for this. See section 17 - "Channel security"

like image 50
Burt Beckwith Avatar answered Oct 14 '22 12:10

Burt Beckwith