Where can I find the list of default roles in spring security?
and how can I customize to define my own set of roles?Code:<intercept-url pattern="/**" access="ROLE_USER"/>
Where can I find documentation for security taglib ?
I have asked the same question here.


