This is a weird one. 

I'm using Tomcat 4.1.x. If I use BASIC authentication everything works
OK
If I use DIGEST authentication and I use the memory realm

i.e. I have

      <Realm className="org.apache.catalina.realm.MemoryRealm"/>
and 
        <!-- not used
      <Realm className="org.apache.catalina.realm.UserDatabaseRealm"
        debug="0" resourceName="UserDatabase"/>
      -->

then this works (in IE not Mozilla, see a previous post)

But, if I reverse the above

i.e. I have

        <!-- not used
      <Realm className="org.apache.catalina.realm.MemoryRealm"/>
      -->

and 
      <Realm className="org.apache.catalina.realm.UserDatabaseRealm"
        debug="0" resourceName="UserDatabase"/>

then DIGEST doesn't work (BASIC still works)

Do I need to add anything else, or should I report this as a bug?

Kevin Jones
Developmentor
www.develop.com


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to