philguillard wrote: > <Realm className="org.apache.catalina.realm.MemoryRealm" debug="2" > digest="MD5"/> > > <login-config> > <!--<auth-method>BASIC</auth-method>--> > <auth-method>DIGEST</auth-method> > <realm-name>Protected area</realm-name> > </login-config>
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 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]