Re: JNDIRealm can not support http digest mode

2007-09-16 Thread xiaojing xu
TED]>: > xiaojing xu wrote: > > Although I can change the getPassword function in JNDIRealm, I still > > want to know if tomcat can implement JNDIRealm > > in http digest mode without change code > > No. See http://issues.apache.org/bugzil

JNDIRealm can not support http digest mode

2007-09-16 Thread xiaojing xu
I want to use JNDIRealm in http digest mode. But I found that JNDIRealm have not overridden the method in RealmBase authenticate(String username, String clientDigest, String nOnce, String nc, String cnonce, String qop, String rea