1. Question regarding BasicProcessingFilter forum.springsource.orgQuestion regarding BasicProcessingFilter I have a need for http basic authentication for one of my controllers (it generates a rss feed and basic authentication is the only commonly supported option). The ... |
2. BasicProcessingFilter doesn't authenticate with no header? forum.springsource.orgHi, I have tried using BasicProcessingFilter. But I have found that it passes all requests that don't present ANY Authorization header at all. I'm wondering though, is this secure? Surely then ... |
3. Cannot get BasicProcessingFilter to work forum.springsource.orgCannot get BasicProcessingFilter to work I have tried implement a BasicProcessingFilter for my webApp. But it doesn't seem to do anything. Am I missing something? I have added the following to ... |
4. BasicProcessingFilter!!! forum.springsource.orgAug 18th, 2005, 05:59 AM #1 4s View Profile View Forum Posts Private Message Junior Member Join Date Aug 2005 Posts 13 BasicProcessingFilter!!! hey there i have a problem with BasicProcessingFilter ... |
5. Problem with BasicProcessingFilter forum.springsource.orgDec 16th, 2005, 03:49 AM #1 lbois View Profile View Forum Posts Private Message Member Join Date Nov 2005 Posts 35 Problem with BasicProcessingFilter hello, I have a webapp with two ... |
6. BasicProcessingFilter does not throw 401 - why? forum.springsource.orgFeb 14th, 2006, 08:36 AM #1 Felix View Profile View Forum Posts Private Message Junior Member Join Date Feb 2006 Location Basel, Switzerland Posts 4 BasicProcessingFilter does not throw 401 - ... |
7. BasicProcessingFilter(EntryPoint) and custom error pages forum.springsource.orgHi, how can I serve customer friendly error pages when auth fails with BasicProcessingFilter(EntryPoint). BasicProcessingFilterEntryPoint just calls sendError which results in an ugly container provided error page. How can I configure ... |
8. Bug with BasicAuthentication / BasicProcessingFilter forum.springsource.orgBug with BasicAuthentication / BasicProcessingFilter Hi, I am using acegi 1.0.4 to secure an axis 1.4 based web service. This is done via http basic authentication and method based interceptions. I ... |
9. BasicProcessingFilter does not reauthenticate if AnonymousAuthentication is given forum.springsource.orgBasicProcessingFilter does not reauthenticate if AnonymousAuthentication is given hi, i have chained the following Filters in this order: anonymousProcessingFilter (acegi) autoRegitryFilter (own) formAuthenticationProcessingFilter (acegi) basicLoginProcessingFilter (acegi) I need anonymousProcessingFilter first as ... |