Re: tomcat realm with digest password configuration help

2006-01-20 Thread Mark Thomas
philguillard wrote: > digest="MD5"/> > > > > DIGEST > Protected area > You are using DIGEST authentication AND digested passwords. You need to generate the digest differently in this case. See http://tomcat.apache.org/tomcat-5.5-doc/realm-howto.html Mark

tomcat realm with digest password configuration help

2006-01-20 Thread philguillard
Hi, I use tomcat-5.5.12, a Realm in memory, and decided a DIGEST password with MD5, i use firefox 1.0.6. I can't pass the authentication. Have nothing in logs. Any idea for what i missed there or what i should try? Regards, Phil In conf/server.xml : digest="MD5"/> In my web.xml : DIGES