Hi All,
In my applicationContext-security.xml file, I have the following code..
If there are 10 roles(with big Role names), then I need to specify ten different things.Code:<security:intercept-url pattern="/*.do" access="hasAnyRole('ROLE_ABC','ROLE_CDE','ROLE_FGH','ROLE_IJK','ROLE_XYZ')"/>
Now, my question is, is there a way to specify roles with regular expression format, like ROLE_* ?
Thanks,
Vivekanand Alampally


Reply With Quote
