Just to clarify, when using ICEfaces, you shouldn't have to specify all the security:intercept-url's specified above unless you are securing everything:
<security:intercept-url pattern="/**"...
Type: Posts; User: bkroeger; Keyword(s):
Just to clarify, when using ICEfaces, you shouldn't have to specify all the security:intercept-url's specified above unless you are securing everything:
<security:intercept-url pattern="/**"...
Injecteer,
The correct name for the anonymous role is ROLE_ANONYMOUS, you have spelled it incorrectly in your code. If you spell it correctly and have your applicationContext.xml configured...