I was using waffle and spring security 3.2 to set access to jsf2 pages. I used this example
Everything works fine, but I am curious, if posible to set access to page via xml file for one user??? Something like that:
<sec:intercept-url pattern="/**" access="PRINCIPAL='tom'" />
I couldn't find answer in internet
Thanks
Yes it is possible if you use SpEL expressions: