I get the following error...
Unsupported configuration attributes: [permitAll]
When adding ....
To be able to use expressions such as [permitAll] you have to add a a WebExpressionVoter to your AccessDecisionManager
you have to add use-expressions tag to your http configuration in security xml for example:
<http auto-config="true" use-expressions="true"> ... ... </http>