Reputation: 13849
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
Upvotes: 9
Views: 3825
Reputation: 75681
The Spring Security core plugin has support for this. See section 17 - "Channel security"
Upvotes: 8