Greetings,
How to replace intercept-url from static XML configuration to Database based intercept-url configuration? Features should be same.. but instead of loading all intercept-url definitions from XML, it should be loaded from database table.. [i,e, Table:URL_ACCESS Columns:ID, URL_PATTERN, ACCESS RIGHT]
Why i want that??
Because I need a UI where Screen vs. Authorities (Roles) matrix table (with check-boxes) can be made for a UserGroup.. and Menu generation where user has visibility of accessible links only...
I am using Spring Security 2.0.4..
Cheers..



