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
I had the same issue but used expressions to get around this issue:
You should embed
use-expressions="true"
in your existing config. So:
becomes
And then: