Spring Security 3 specify multiple intercept-url access roles

前端 未结 5 1289
执念已碎
执念已碎 2021-02-05 09:33

I am trying to setup Spring 3 security using JDBC auth. Everything is working fine apart from when I try to specify multiple access roles to an intercept-url. Eg I want anyone w

5条回答
  •  长发绾君心
    2021-02-05 09:49

    I decided to downgrade to Spring Security 2.0.5 without changing anything else to check whether this was a bug in 3, and lo-and-behold it was!

    I think I also found a related open bug here - https://jira.springsource.org/browse/SEC-1342

    Solution - use 2.0.5 if want to use this feature.

提交回复
热议问题