SecurityEnforcementFilter « Security « Spring Q&A





1. SecurityEnforcementFilter without Authentication Manager?    forum.springsource.org

SecurityEnforcementFilter without Authentication Manager? Hello everyone, I'm trying to use a SecurityEnforcementFilter without an Authentication Manager. I'd like to just use the Authorization part. Is this possible? My workflow: My (legacy) ...

2. SecurityEnforcementFilter Exception    forum.springsource.org

SecurityEnforcementFilter Exception Hello, Can anyone pls help out? I'm using acegi security with appfuse version 1.8 and I get this servlet exception after I've logged into my application and acegi tries ...

3. javax.servlet.ServletException - SecurityEnforcementFilter    forum.springsource.org

Jul 11th, 2005, 03:07 PM #1 rmadridca View Profile View Forum Posts Private Message Junior Member Join Date Jul 2005 Posts 2 javax.servlet.ServletException - SecurityEnforcementFilter Greetings, I'm fairly new to Spring ...

4. SecurityEnforcementFilter and targetUrl problem    forum.springsource.org

SecurityEnforcementFilter and targetUrl problem I'm wondering if the creation of the targetUrl in the sendStartAuthentication method of SecurityEnforcementFilter should be pluggable. Here's my problem. My test and production servers are behind ...

5. Struts and AccessDeniedException (SecurityEnforcementFilter)    forum.springsource.org

Struts and AccessDeniedException (SecurityEnforcementFilter) I'd like to redirect user to error page when AccessDenied exception is raised and 403 response is sent. I'm using Tiles with Struts MVC, so web.xml ...

6. SecurityEnforcementFilter?    forum.springsource.org

I upgraded to 1.0.0-RC2 and now my app is broken. According to SEC-144 it's been transmorgified into ExceptionTranslationFilter but I can't find any documentation on how to update my xml config ...

7. use RC2 where is SecurityEnforcementFilter ??    forum.springsource.org

Feb 21st, 2006, 12:54 AM #1 bladefenix View Profile View Forum Posts Private Message Junior Member Join Date Feb 2006 Posts 11 use RC2 where is SecurityEnforcementFilter ?? I use RC2 ...

8. switchUserProcessingFilter not authorizing based on securityEnforcementFilter    forum.springsource.org

switchUserProcessingFilter not authorizing based on securityEnforcementFilter I'm implementing an app that uses acegi's securityEnforcementFilter as well as the switchUserProcessingFilter. I lock down an admin directory. However, the admin/j_acegi_switch_user is what I ...