RE: Overriding Password in JDBC Realm

2008-03-20 Thread Emsley, I (Iain)
Emsley, I (Iain) wrote: >> I'm trying to implement a JDBC realm to compare a cookie against a >> database to authenticate an identity but my current application falls >> over trying to get a password where one doesn't exist (they are >> checked earlier on in the cycle in another section of th

Re: Overriding Password in JDBC Realm

2008-03-20 Thread Pid
Emsley, I (Iain) wrote: I'm trying to implement a JDBC realm to compare a cookie against a database to authenticate an identity but my current application falls over trying to get a password where one doesn't exist (they are checked earlier on in the cycle in another section of the programme).