Re: JNDIRealm can not support http digest mode

2007-09-17 Thread Mark Thomas
xiaojing xu wrote: >I think this bug is different from my problem.I want to use http digest > mode > (RFC2617 HTTP Authentication: Basic and Digest Access Authentication). > And the bug 37984 just want to resolve password in MD5 digest(may be > not use http digest mode). Sorry - my bad. Too m

Re: JNDIRealm can not support http digest mode

2007-09-16 Thread xiaojing xu
I think this bug is different from my problem.I want to use http digest mode (RFC2617 HTTP Authentication: Basic and Digest Access Authentication). And the bug 37984 just want to resolve password in MD5 digest(may be not use http digest mode). 2007/9/17, Mark Thomas <[EMAIL PROTECTED]>: > xiao

Re: JNDIRealm can not support http digest mode

2007-09-16 Thread Mark Thomas
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/bugzilla/show_bug.cgi?id=37984 Mark