在 Grails 中强制使用 https
在 struts 应用程序中,我有一个过滤器,强制只能通过重定向通过 https 访问某些页面。我正在考虑将其移植到 grails 所以我的问题是:在这个环境中,是否有一种“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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Spring Security 核心插件对此提供支持。请参阅第 17 节 - “频道安全”
The Spring Security core plugin has support for this. See section 17 - "Channel security"