如何在 Struts 1 中实现 Spring 安全性(不在 struts 2 中)
Posted
技术标签:
【中文标题】如何在 Struts 1 中实现 Spring 安全性(不在 struts 2 中)【英文标题】:How to implement Spring security in Struts 1 (not in struts 2) 【发布时间】:2016-07-05 01:30:41 【问题描述】:我正在开发企业级 Web 应用程序,其中安全性应该是一流的。那么,有人可以建议我如何在 struts 1 应用程序中实现 spring 的安全性。
我是 Spring 新手,但我很了解 Struts。如果有适当的文档可用,请提供相同的链接。
也欢迎任何其他建议。
【问题讨论】:
【参考方案1】:如果你用谷歌搜索得好,你可以看到很多实现。
查看以下链接,
spring-security-with-struts-1-3
spring-securitys-integration-with-struts
spring-security-struts-1-2-intregation
对于基本的spring security,
Spring Security - Tutorial: Adding Security to Spring Petclinic使用 Servlet 过滤器,
How to secure a Struts 1.3 application【讨论】:
以上是关于如何在 Struts 1 中实现 Spring 安全性(不在 struts 2 中)的主要内容,如果未能解决你的问题,请参考以下文章
如何在 Spring-Data-Rest 中实现细粒度的访问控制?