Re: [Acegisecurity-developer] Suggestions for changes to AbstractProcessingFilter

2004-07-21 Thread Ben Alex
Hi Wesley Thanks for the contribution. Wesley Hall wrote: Hi Ben, I have made some changes to the attached classes... AbstractProcessingFilter - authenticationServiceFailureUrl - AuthenticationServiceException authenticationCredentialCheckFailureUrl - BadCredentialsExcep

Re: [Acegisecurity-developer] Remember me functionality via cookie

2004-07-21 Thread Colin Sampaleanu
Ben Alex wrote: Colin Sampaleanu wrote: I was taking a look at the LoginInteceptor in AppFuse, http://static.raibledesigns.com/downloads/struts-resume/api/org/appfuse/webapp/filter/LoginFilter.java.html which uses a cookie to remember the user for auto-login purposes, and was thinking that it'

Re: [Acegisecurity-developer] AuthenticationCredentialsNotFoundException

2004-07-21 Thread Ben Alex
Vijay wrote: Hello All, I just started exploring acegi security for spring. I tried to follow the "contacts" sample and integrate security into my application. I am getting the following exception. I am sure I am missing something here. Could someone point me in the right direction. 2004-07-21 1

Re: [Acegisecurity-developer] Remember me functionality via cookie

2004-07-21 Thread Ben Alex
Colin Sampaleanu wrote: I was taking a look at the LoginInteceptor in AppFuse, http://static.raibledesigns.com/downloads/struts-resume/api/org/appfuse/webapp/filter/LoginFilter.java.html which uses a cookie to remember the user for auto-login purposes, and was thinking that it's probably worth

Re: [Acegisecurity-developer] Should spring-mock.jar be added to lib/ ?

2004-07-21 Thread Ben Alex
Francois Beausoleil wrote: Hello all, Ben, I'd like to add Spring's spring-mock.jar to lib/spring. I need MockPageContext for testing new code in AuthorizeTag. This would be a testing dependency only. Hi Francois Go for it. Best regards Ben -

[Acegisecurity-developer] Should spring-mock.jar be added to lib/ ?

2004-07-21 Thread Francois Beausoleil
Hello all, Ben, I'd like to add Spring's spring-mock.jar to lib/spring. I need MockPageContext for testing new code in AuthorizeTag. This would be a testing dependency only. Any objections ? François Developer of Java Gui Builder http://jgb.sourceforge.net/ --

RE: [Acegisecurity-developer] Suggestions for changes to AbstractProcessingFilter

2004-07-21 Thread Wesley Hall
Hi Ben, I have made some changes to the attached classes... AbstractProcessingFilter - I have added some properties to the class. Each of the properties represents a URL that the user is redirected to in the event that the AuthenticationManager implementation throws a

RE: [Acegisecurity-developer] Suggestions for changes to AbstractProcessingFilter

2004-07-21 Thread Wesley Hall
Ben, Thanks for taking the time to respond. (Comments below) > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of > Ben Alex > Sent: 20 July 2004 04:02 > To: [EMAIL PROTECTED] > Subject: Re: [Acegisecurity-developer] Suggestions for changes to > AbstractPro

[Acegisecurity-developer] AuthenticationCredentialsNotFoundException

2004-07-21 Thread Vijay
Hello All, I just started exploring acegi security for spring. I tried to follow the "contacts" sample and integrate security into my application. I am getting the following exception. I am sure I am missing something here. Could someone point me in the right direction. 2004-07-21 12:49:16,792 E

[Acegisecurity-developer] Remember me functionality via cookie

2004-07-21 Thread Colin Sampaleanu
I was taking a look at the LoginInteceptor in AppFuse, http://static.raibledesigns.com/downloads/struts-resume/api/org/appfuse/webapp/filter/LoginFilter.java.html which uses a cookie to remember the user for auto-login purposes, and was thinking that it's probably worth adding some cookie based