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
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
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
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