[Acegisecurity-developer] Write a rule overriding a less specific one, allowing any user to call a specific url

2004-07-18 Thread Carlos Sanchez
Hi, My question is: can I write a rule in filter security interceptor so an URL doesn't need to have a role (needed to override a less specific one)? e.g. in the following bean I want that all *.do except populateDatabase.do need ROLE_USER. populateDatabase.do can be called by any user although

Re: [Acegisecurity-developer] Write a rule overriding a less specific one, allowing any user to call a specific url

2004-07-18 Thread Ben Alex
Carlos Sanchez wrote: Hi, My question is: can I write a rule in filter security interceptor so an URL doesn't need to have a role (needed to override a less specific one)? e.g. in the following bean I want that all *.do except populateDatabase.do need ROLE_USER. populateDatabase.do can be called