Re: How to set Realm digest for base64 password

2009-08-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Lin, On 8/13/2009 5:37 AM, Lin Chun wrote: > I am using the JDBCRealm , but the password of user is not pure text, but > stored in base64 encoding As Mark says, you'll have the best luck writing a custom Realm. I have a couple of other suggestions th

Re: How to set Realm digest for base64 password

2009-08-13 Thread Mark Thomas
Lin Chun wrote: > hi, > I am using the JDBCRealm , but the password of user is not pure text, but > stored in base64 encoding > > Followd the doc, seems I have to set the digest , but I don't know which > digest and digestEncoding should I use? Sorry, that won't work. You'll need to write a custo

Re: How to set Realm digest for base64 password

2009-08-13 Thread Lin Chun
sorry given little detail Tomcat 5.5 JVM 1.5 OS linux On Thu, Aug 13, 2009 at 12:21 PM, Pid wrote: > Tomcat version? > JVM version? > OS version? > > p > > > > On 13/08/2009 10:37, Lin Chun wrote: > >> hi, >> I am using the JDBCRealm , but the password of user is not pure text, but >> stored in

Re: How to set Realm digest for base64 password

2009-08-13 Thread Pid
Tomcat version? JVM version? OS version? p On 13/08/2009 10:37, Lin Chun wrote: hi, I am using the JDBCRealm , but the password of user is not pure text, but stored in base64 encoding Followd the doc, seems I have to set the digest , but I don't know which digest and digestEncoding should I u

How to set Realm digest for base64 password

2009-08-13 Thread Lin Chun
hi, I am using the JDBCRealm , but the password of user is not pure text, but stored in base64 encoding Followd the doc, seems I have to set the digest , but I don't know which digest and digestEncoding should I use? that's what I do now -- -- --