[Acegisecurity-developer] security filters not executing for custom error page

2006-02-09 Thread Brian Moseley
i've configured a custom error page for 403 responses in my web.xml. i want that page to use the authz taglib to render itself differently depending on whether the authentication for the request is anonymous or represents a known user of my application. however, acegi security doesn't seem to be g

Re: [Acegisecurity-developer] security filters not executing for custom error page

2006-02-09 Thread Ben Alex
Brian Moseley wrote: i've configured a custom error page for 403 responses in my web.xml. i want that page to use the authz taglib to render itself differently depending on whether the authentication for the request is anonymous or represents a known user of my application. This is discussed

Re: [Acegisecurity-developer] security filters not executing for custom error page

2006-02-09 Thread Brian Moseley
On 2/9/06, Ben Alex <[EMAIL PROTECTED]> wrote: > This is discussed a few times on the forums. Essentially there is > nothing we can do about it. Some people have modified the > ExceptionTranslationFilter (RC2 rename of SecuirtyEnforcementFilter) > method sendAccessDenied(ServletRequest, ServletRes