[Acegisecurity-developer] Useing Acegi's FilterToBeanProxy fitlering a class extending Spring's OncePerRequestFilter class

2004-08-05 Thread Patrick Burleson
Sorry to Cross-Post: I have a Filter I want to proxy using the very useful FilterToBeanProxy class from Acegi. This Filter extends the also very useful OncePerRequestFilter from Spring. OncePerRequestFilter extends GenericFilterBean. GenericFilterBean does one annoying thing with reguards to

[Acegisecurity-developer] Change authentication details / password

2004-08-05 Thread Peter Leschev
Hi! I'm looking at using acegi with Tapestry for a web application that I'm working on - From initial evaluation, Acegi looks very impressive. I understand that AuthenticationProcessingFilter can be used to integrate with an HTML form for user login, which is easy, but how is changing the

Re: [Acegisecurity-developer] Change authentication details / password

2004-08-05 Thread Ben Alex
Peter Leschev wrote: I'm looking at using acegi with Tapestry for a web application that I'm working on - From initial evaluation, Acegi looks very impressive. I understand that AuthenticationProcessingFilter can be used to integrate with an HTML form for user login, which is easy, but how

Re: [Acegisecurity-developer] Change authentication details / password

2004-08-05 Thread Peter Leschev
On Fri, 2004-08-06 at 15:08, Ben Alex wrote: Peter Leschev wrote: I'm looking at using acegi with Tapestry for a web application that I'm working on - From initial evaluation, Acegi looks very impressive. I understand that AuthenticationProcessingFilter can be used to integrate with an