DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9852>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9852

Odd Digest and Realm Behaviour

           Summary: Odd Digest and Realm Behaviour
           Product: Tomcat 4
           Version: 4.1.4
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Catalina
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


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?

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

Reply via email to