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