ExceptionTranslationFilter « Exception « Spring Q&A





1. Overriding RequestCache used by ExceptionTranslationFilter    forum.springsource.org

Hey All I'm working on trying to swap out the HttpSessionRequestCache used by the ExceptionTranslationFilter with an alternative implementation of my own. Based on Section 8.2 in Core Security Filters it ...

2. FilterSecurityInterceptor/ExceptionTranslationFilter    forum.springsource.org

Is it correct that the ExceptionTranslationFilter would only redirect an unauthenticated user to the defined AuthenticationProcessingFilterEntryPoint _after_ a secured resource has been *submitted*? (As opposed to on first access of such ...

3. ExceptionTranslationFilter not working with MethodSecurityInterceptor?    forum.springsource.org

Apr 16th, 2006, 10:23 PM #1 lamekisser View Profile View Forum Posts Private Message Junior Member Join Date May 2005 Posts 5 ExceptionTranslationFilter not working with MethodSecurityInterceptor? I am using acegi-security-1.0.0-RC2.jar. ...

4. Cannot get ExceptionTranslationFilter to redirect login page    forum.springsource.org

Jul 12th, 2006, 01:52 PM #1 jkookie View Profile View Forum Posts Private Message Member Join Date Jul 2005 Posts 43 Cannot get ExceptionTranslationFilter to redirect login page I just ugraded ...

5. ExceptionTranslationFilter, accessDeniedHandler and SiteMesh    forum.springsource.org

ExceptionTranslationFilter, accessDeniedHandler and SiteMesh Hi all, I'm having a problem with my not authorized page defined in the accessDeniedHandler not being decorated by SiteMesh. If authentication passes it all works fine. ...

6. ExceptionTranslationFilter does not handle InvocationTargetException    forum.springsource.org

ExceptionTranslationFilter does not handle InvocationTargetException Hi, I'm trying to find solution to problem: I have service facade that is exposed by using HttpInvokerServiceExporter: Code: ...

7. MethodSecurityInspector and ExceptionTranslationFilter    forum.springsource.org

Jun 28th, 2007, 08:32 PM #1 Shirish View Profile View Forum Posts Private Message Junior Member Join Date Jun 2006 Posts 9 MethodSecurityInspector and ExceptionTranslationFilter Hi, I am using acegi for ...

8. ExceptionTranslationFilter not working with MethodSecurityInterceptor    forum.springsource.org

Apr 10th, 2008, 10:05 PM #1 ram.gaurav View Profile View Forum Posts Private Message Junior Member Join Date Mar 2008 Posts 20 ExceptionTranslationFilter not working with MethodSecurityInterceptor Hi, When i am ...

9. ExceptionTranslationFilter not displaying errorPage (404 instead)    forum.springsource.org

ExceptionTranslationFilter not displaying errorPage (404 instead) Instead of displaying the errorPage, if the user does not have the required role then HTTP ERROR: 404 NOT FOUND is displayed. I am using ...





10. ExceptionTranslationFilter & AccessDeniedHandler Problem    forum.springsource.org

Jun 11th, 2008, 04:04 AM #1 angela View Profile View Forum Posts Private Message Member Join Date May 2006 Posts 57 ExceptionTranslationFilter & AccessDeniedHandler Problem Hi all I have some problems ...

11. Custom ExceptionTranslationFilter in Spring 2.0    forum.springsource.org

Jul 3rd, 2008, 05:10 PM #1 Carissa View Profile View Forum Posts Private Message Junior Member Join Date Jun 2008 Posts 5 Custom ExceptionTranslationFilter in Spring 2.0 I'm trying to set ...

12. How to configure ExceptionTranslationFilter?    forum.springsource.org

Sep 9th, 2008, 12:57 PM #1 barrys52 View Profile View Forum Posts Private Message Junior Member Join Date Jul 2008 Posts 17 How to configure ExceptionTranslationFilter? I am using Spring Security ...

13. ExceptionTranslationFilter and webflow    forum.springsource.org

Hi, I have my ExceptionTransationFilter: Code: When I access a retricted page, I am ...