Hi,
   I am unable to authenticate using digest authentication. I browsed
through the code and found that getPassword() method in JDBCRealm returns
null (harcoded). I am using the following configuration. Am I missing
something somewhere?
  server.xml:
  ----------
      <Realm
         className="org.apache.catalina.realm.JDBCRealm"
         debug="99"
         digest="MD5"
         driverName="oracle.jdbc.driver.OracleDriver"
         connectionURL="jdbc:oracle:thin:@lohgad:1521:dsoft"
         connectionName="uddhav"
         connectionPassword="uddhav"
         userTable="tab_users"
         userNameCol="user_name"
         userCredCol="user_pass"
         userRoleTable="tab_user_roles"
         roleNameCol="role_name" />

   web.xml:
   ---------
<login-config>
        <auth-method>DIGEST</auth-method>
        <realm-name>OnJava Application</realm-name>
    </login-config>


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

Reply via email to