Hi,
Can anyone here, kindly tell me how to read that hardcoded 'ROLE_XYZ' from a property file..
Thanks,Code:<security:intercept-url pattern="/*xyz*.admin" access="hasRole('ROLE_XYZ')" />
Vivekanand Alampally
Printable View
Hi,
Can anyone here, kindly tell me how to read that hardcoded 'ROLE_XYZ' from a property file..
Thanks,Code:<security:intercept-url pattern="/*xyz*.admin" access="hasRole('ROLE_XYZ')" />
Vivekanand Alampally
See if this helps http://static.springsource.org/sprin...lderconfigurer
It works.. Thanks Rob. My bad :rolleyes:.. I have been using propertyPlaceholderConfigurer since two years..