Re: [Acegisecurity-developer] DaoAuthenticationProvider doesn't work with passwordEncoder in 0.51

2004-06-08 Thread Karel Miarka
t; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 08, 2004 3:21 PM Subject: RE: [Acegisecurity-developer] DaoAuthenticationProvider doesn't work with passwordEncoder in 0.51 > > Thanks for the fast fix! > > Hmmm, I'm a bit disappointed, because I

RE: [Acegisecurity-developer] DaoAuthenticationProvider doesn't work with passwordEncoder in 0.51

2004-06-08 Thread Ben Alex
> Thanks for the fast fix! > Hmmm, I'm a bit disappointed, because I wanted to propose you > the same fix. > I have made it, rebuilded my acegi-security.jar, placed it > into container, tried to run it and it doesn't help :(( I'm > still a Java rookie. :-/ > > (just a note to our GUI thread: my

Re: [Acegisecurity-developer] DaoAuthenticationProvider doesn't work with passwordEncoder in 0.51

2004-06-08 Thread Karel Miarka
read: my GUI is Tapestry, so I cannot use JGoodies at the moment.) Best regards, Karel - Original Message - From: "Ben Alex" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 08, 2004 2:58 PM Subject: RE: [Acegisecurity-developer] DaoAuthenticationProvider

RE: [Acegisecurity-developer] DaoAuthenticationProvider doesn't work with passwordEncoder in 0.51

2004-06-08 Thread Ben Alex
> try this: In your Contacts example application I have done > those changes in > applicationContext.xml: > > 1) changed the password of marrisa to be MD5 encrypted > 2) added passwordEncoder bean > 3) used this passwordEncoder in daoAuthenticationProvider Hi Karel Yes, indeed it is a bug in 0

Re: [Acegisecurity-developer] DaoAuthenticationProvider doesn't work with passwordEncoder in 0.51

2004-06-08 Thread Karel Miarka
ocess is too complicated for me. Regards, Karel - Original Message - From: "Ben Alex" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 07, 2004 11:55 PM Subject: RE: [Acegisecurity-developer] DaoAuthenticationProvider doesn't work with pass

RE: [Acegisecurity-developer] DaoAuthenticationProvider doesn't work with passwordEncoder in 0.51

2004-06-07 Thread Ben Alex
Hi Karel > 1) when passwordEncoder is used with > DaoAuthenticationProvider it is impossible to login. In the > first call into the PasswordEncoder it is OK, but on the > subsequent calls there are passed the encoded passwords into > both encPass and rawPass arguments, so it fails (=> it is OK