代码之家  ›  专栏  ›  技术社区  ›  xain

在Grails中强制使用HTTPS

  •  9
  • xain  · 技术社区  · 15 年前

    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 ? 谢谢

    1 回复  |  直到 9 年前
        1
  •  8
  •   Alex Ling Zhong    9 年前

    这个 Spring Security core plugin 对此有支持。见第17节- "Channel security"